Html Css Color HEX #B12412 Fire Brick

📋 copy color: '#B12412'

red 177 ◦ green 36 ◦ blue 18

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

Shades of Fire Brick #B12412

Tints of Fire Brick #B12412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 76.62%
G = 15.58%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B12412 (or 0xB12412) is known color: Fire Brick. HEX triplet: B1, 24 and 12. RGB value is (177,36,18). Sum of RGB (Red+Green+Blue) = 177+36+18=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B12412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12412 is #4EDBED. Grayscale: #4C4C4C. Windows color (decimal): -5168110 or 1189041. OLE color: 1189041.

HSL color Cylindrical-coordinate representation of color #B12412: hue angle of 6.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B12412 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 18 -
CMYK 0 0.80 0.90 0.31
HSL 6.79º 0.82% 0.38% -
HSV(B) 6.79º 0.9% 0.69% -
XYZ 18.87 10.65 1.63 -
YUV 76.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 177 36 18 0 0.80 0.90 0.31 6.79 0.82 0.38
Hex B1 24 12 0 50 5A 1F 7 52 26
Octal 261 44 22 0 120 132 37 7 122 46
Binary 10110001 100100 10010 0 1010000 1011010 11111 111 1010010 100110

Color Harmonies of #B12412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12412

Black with #B12412

Text Example


Text Example

White with #B12412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12412; }

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

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

background-color css

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

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

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

border-color css

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

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

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