Html Css Color HEX #BA2917 Fire Brick

📋 copy color: '#BA2917'

red 186 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #BA2917

Tints of Fire Brick #BA2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 74.4%
G = 16.4%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2917 (or 0xBA2917) is known color: Fire Brick. HEX triplet: BA, 29 and 17. RGB value is (186,41,23). Sum of RGB (Red+Green+Blue) = 186+41+23=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2917 is #45D6E8. Grayscale: #525252. Windows color (decimal): -4577001 or 1518010. OLE color: 1518010.

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

Color convert

RGB 186 41 23 -
CMYK 0 0.78 0.88 0.27
HSL 6.63º 0.78% 0.41% -
HSV(B) 6.63º 0.88% 0.73% -
XYZ 21.2 12.09 2.03 -
YUV 82.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 186 41 23 0 0.78 0.88 0.27 6.63 0.78 0.41
Hex BA 29 17 0 4E 58 1B 7 4E 29
Octal 272 51 27 0 116 130 33 7 116 51
Binary 10111010 101001 10111 0 1001110 1011000 11011 111 1001110 101001

Color Harmonies of #BA2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2917

Black with #BA2917

Text Example


Text Example

White with #BA2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2917; }

 p { color: rgb(186,41,23); }

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

background-color css

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

 a { background-color: rgb(186,41,23); }

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

border-color css

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

 span { border-color: rgb(186,41,23); }

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