Html Css Color HEX #BA3130 Persian Red

📋 copy color: '#BA3130'

red 186 ◦ green 49 ◦ blue 48

#BA3130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BA3130

Tints of Persian Red #BA3130

RGB

 RED value IS 186 (73.05% from 255) = 65.72%

 GREEN value IS 49 (19.53% from 255) = 17.31%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 65.72%
G = 17.31%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA3130 (or 0xBA3130) is known color: Persian Red. HEX triplet: BA, 31 and 30. RGB value is (186,49,48). Sum of RGB (Red+Green+Blue) = 186+49+48=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3130 is #45CECF. Grayscale: #595959. Windows color (decimal): -4574928 or 3158458. OLE color: 3158458.

HSL color Cylindrical-coordinate representation of color #BA3130: hue angle of 0.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3130 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 48 -
CMYK 0 0.74 0.74 0.27
HSL 0.43º 0.59% 0.46% -
HSV(B) 0.43º 0.74% 0.73% -
XYZ 21.88 12.85 4.12 -
YUV 89.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 186 49 48 0 0.74 0.74 0.27 0.43 0.59 0.46
Hex BA 31 30 0 4A 4A 1B 0 3B 2E
Octal 272 61 60 0 112 112 33 0 73 56
Binary 10111010 110001 110000 0 1001010 1001010 11011 0 111011 101110

Color Harmonies of #BA3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3130

Black with #BA3130

Text Example


Text Example

White with #BA3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3130; }

 p { color: rgb(186,49,48); }

 H1.HeaderClassName
 {
   color: #BA3130;
 }
 .AnyTagClassName
 {
   color: #BA3130;
 }
</style>

background-color css

<style>
 a { background-color: #BA3130; }

 a { background-color: rgb(186,49,48); }

 div.DivClassName
 {
   background-color: #BA3130;
 }
 .BgClassName
 {
   background-color: #BA3130;
 }
</style>

border-color css

<style>
 span { border-color: #BA3130; }

 span { border-color: rgb(186,49,48); }

 td.TdClassName
 {
   border-color: #BA3130;
 }
 .TagClassName
 {
   border-color: #BA3130;
 }
</style>