Html Css Color HEX #B12418 Fire Brick

📋 copy color: '#B12418'

red 177 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #B12418

Tints of Fire Brick #B12418

RGB

 RED value IS 177 (69.53% from 255) = 74.68%

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

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 74.68%
G = 15.19%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B12418 (or 0xB12418) is known color: Fire Brick. HEX triplet: B1, 24 and 18. RGB value is (177,36,24). Sum of RGB (Red+Green+Blue) = 177+36+24=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B12418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12418 is #4EDBE7. Grayscale: #4C4C4C. Windows color (decimal): -5168104 or 1582257. OLE color: 1582257.

HSL color Cylindrical-coordinate representation of color #B12418: hue angle of 4.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B12418 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 24 -
CMYK 0 0.80 0.86 0.31
HSL 4.71º 0.76% 0.39% -
HSV(B) 4.71º 0.86% 0.69% -
XYZ 18.93 10.67 1.93 -
YUV 76.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 177 36 24 0 0.80 0.86 0.31 4.71 0.76 0.39
Hex B1 24 18 0 50 56 1F 5 4C 27
Octal 261 44 30 0 120 126 37 5 114 47
Binary 10110001 100100 11000 0 1010000 1010110 11111 101 1001100 100111

Color Harmonies of #B12418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12418

Black with #B12418

Text Example


Text Example

White with #B12418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12418; }

 p { color: rgb(177,36,24); }

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

background-color css

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

 a { background-color: rgb(177,36,24); }

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

border-color css

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

 span { border-color: rgb(177,36,24); }

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