Html Css Color HEX #B12308 Fire Brick

📋 copy color: '#B12308'

red 177 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #B12308

Tints of Fire Brick #B12308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.64%

R = 80.45%
G = 15.91%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B12308 (or 0xB12308) is known color: Fire Brick. HEX triplet: B1, 23 and 08. RGB value is (177,35,8). Sum of RGB (Red+Green+Blue) = 177+35+8=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B12308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12308 is #4EDCF7. Grayscale: #4A4A4A. Windows color (decimal): -5168376 or 533425. OLE color: 533425.

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

Color convert

RGB 177 35 8 -
CMYK 0 0.80 0.95 0.31
HSL 9.59º 0.91% 0.36% -
HSV(B) 9.59º 0.95% 0.69% -
XYZ 18.78 10.57 1.28 -
YUV 74.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 177 35 8 0 0.80 0.95 0.31 9.59 0.91 0.36
Hex B1 23 8 0 50 5F 1F A 5B 24
Octal 261 43 10 0 120 137 37 12 133 44
Binary 10110001 100011 1000 0 1010000 1011111 11111 1010 1011011 100100

Color Harmonies of #B12308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12308

Black with #B12308

Text Example


Text Example

White with #B12308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12308; }

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

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

background-color css

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

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

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

border-color css

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

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

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