Html Css Color HEX #BA2417 Fire Brick

📋 copy color: '#BA2417'

red 186 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #BA2417

Tints of Fire Brick #BA2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 75.92%
G = 14.69%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2417 (or 0xBA2417) is known color: Fire Brick. HEX triplet: BA, 24 and 17. RGB value is (186,36,23). Sum of RGB (Red+Green+Blue) = 186+36+23=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2417 is #45DBE8. Grayscale: #4F4F4F. Windows color (decimal): -4578281 or 1516730. OLE color: 1516730.

HSL color Cylindrical-coordinate representation of color #BA2417: hue angle of 4.79º 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 #BA2417 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 23 -
CMYK 0 0.81 0.88 0.27
HSL 4.79º 0.78% 0.41% -
HSV(B) 4.79º 0.88% 0.73% -
XYZ 21.04 11.76 1.97 -
YUV 79.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 186 36 23 0 0.81 0.88 0.27 4.79 0.78 0.41
Hex BA 24 17 0 51 58 1B 5 4E 29
Octal 272 44 27 0 121 130 33 5 116 51
Binary 10111010 100100 10111 0 1010001 1011000 11011 101 1001110 101001

Color Harmonies of #BA2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2417

Black with #BA2417

Text Example


Text Example

White with #BA2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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