Html Css Color HEX #B12C12 Fire Brick

📋 copy color: '#B12C12'

red 177 ◦ green 44 ◦ blue 18

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

Shades of Fire Brick #B12C12

Tints of Fire Brick #B12C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

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

R = 74.06%
G = 18.41%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B12C12 (or 0xB12C12) is known color: Fire Brick. HEX triplet: B1, 2C and 12. RGB value is (177,44,18). Sum of RGB (Red+Green+Blue) = 177+44+18=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12C12 is #4ED3ED. Grayscale: #515151. Windows color (decimal): -5166062 or 1191089. OLE color: 1191089.

HSL color Cylindrical-coordinate representation of color #B12C12: hue angle of 9.81º 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 #B12C12 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 44 18 -
CMYK 0 0.75 0.90 0.31
HSL 9.81º 0.82% 0.38% -
HSV(B) 9.81º 0.9% 0.69% -
XYZ 19.14 11.19 1.72 -
YUV 80.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 177 44 18 0 0.75 0.90 0.31 9.81 0.82 0.38
Hex B1 2C 12 0 4B 5A 1F A 52 26
Octal 261 54 22 0 113 132 37 12 122 46
Binary 10110001 101100 10010 0 1001011 1011010 11111 1010 1010010 100110

Color Harmonies of #B12C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C12

Black with #B12C12

Text Example


Text Example

White with #B12C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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