Html Css Color HEX #B12312 Fire Brick

📋 copy color: '#B12312'

red 177 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #B12312

Tints of Fire Brick #B12312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 76.96%
G = 15.22%
B = 7.83%

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

#B12312 (or 0xB12312) is known color: Fire Brick. HEX triplet: B1, 23 and 12. RGB value is (177,35,18). Sum of RGB (Red+Green+Blue) = 177+35+18=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B12312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12312 is #4EDCED. Grayscale: #4B4B4B. Windows color (decimal): -5168366 or 1188785. OLE color: 1188785.

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

Color convert

RGB 177 35 18 -
CMYK 0 0.80 0.90 0.31
HSL 6.42º 0.82% 0.38% -
HSV(B) 6.42º 0.9% 0.69% -
XYZ 18.84 10.59 1.62 -
YUV 75.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 177 35 18 0 0.80 0.90 0.31 6.42 0.82 0.38
Hex B1 23 12 0 50 5A 1F 6 52 26
Octal 261 43 22 0 120 132 37 6 122 46
Binary 10110001 100011 10010 0 1010000 1011010 11111 110 1010010 100110

Color Harmonies of #B12312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12312

Black with #B12312

Text Example


Text Example

White with #B12312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12312; }

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

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

background-color css

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

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

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

border-color css

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

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

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