Html Css Color HEX #B12C17 Fire Brick

📋 copy color: '#B12C17'

red 177 ◦ green 44 ◦ blue 23

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

Shades of Fire Brick #B12C17

Tints of Fire Brick #B12C17

RGB

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

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

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

R = 72.54%
G = 18.03%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B12C17 (or 0xB12C17) is known color: Fire Brick. HEX triplet: B1, 2C and 17. RGB value is (177,44,23). Sum of RGB (Red+Green+Blue) = 177+44+23=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12C17 is #4ED3E8. Grayscale: #515151. Windows color (decimal): -5166057 or 1518769. OLE color: 1518769.

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

Color convert

RGB 177 44 23 -
CMYK 0 0.75 0.87 0.31
HSL 8.18º 0.77% 0.39% -
HSV(B) 8.18º 0.87% 0.69% -
XYZ 19.19 11.21 1.96 -
YUV 81.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 177 44 23 0 0.75 0.87 0.31 8.18 0.77 0.39
Hex B1 2C 17 0 4B 57 1F 8 4D 27
Octal 261 54 27 0 113 127 37 10 115 47
Binary 10110001 101100 10111 0 1001011 1010111 11111 1000 1001101 100111

Color Harmonies of #B12C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C17

Black with #B12C17

Text Example


Text Example

White with #B12C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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