Html Css Color HEX #B12407 Fire Brick

📋 copy color: '#B12407'

red 177 ◦ green 36 ◦ blue 7

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

Shades of Fire Brick #B12407

Tints of Fire Brick #B12407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 80.45%
G = 16.36%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B12407 (or 0xB12407) is known color: Fire Brick. HEX triplet: B1, 24 and 07. RGB value is (177,36,7). Sum of RGB (Red+Green+Blue) = 177+36+7=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B12407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12407 is #4EDBF8. Grayscale: #4B4B4B. Windows color (decimal): -5168121 or 468145. OLE color: 468145.

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

Color convert

RGB 177 36 7 -
CMYK 0 0.80 0.96 0.31
HSL 10.24º 0.92% 0.36% -
HSV(B) 10.24º 0.96% 0.69% -
XYZ 18.8 10.62 1.26 -
YUV 74.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 177 36 7 0 0.80 0.96 0.31 10.24 0.92 0.36
Hex B1 24 7 0 50 60 1F A 5C 24
Octal 261 44 7 0 120 140 37 12 134 44
Binary 10110001 100100 111 0 1010000 1100000 11111 1010 1011100 100100

Color Harmonies of #B12407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12407

Black with #B12407

Text Example


Text Example

White with #B12407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12407; }

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

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

background-color css

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

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

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

border-color css

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

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

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