Html Css Color HEX #B12918 Fire Brick

📋 copy color: '#B12918'

red 177 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #B12918

Tints of Fire Brick #B12918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 73.14%
G = 16.94%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B12918 (or 0xB12918) is known color: Fire Brick. HEX triplet: B1, 29 and 18. RGB value is (177,41,24). Sum of RGB (Red+Green+Blue) = 177+41+24=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B12918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12918 is #4ED6E7. Grayscale: #4F4F4F. Windows color (decimal): -5166824 or 1583537. OLE color: 1583537.

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

Color convert

RGB 177 41 24 -
CMYK 0 0.77 0.86 0.31
HSL 6.67º 0.76% 0.39% -
HSV(B) 6.67º 0.86% 0.69% -
XYZ 19.09 11 1.98 -
YUV 79.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 177 41 24 0 0.77 0.86 0.31 6.67 0.76 0.39
Hex B1 29 18 0 4D 56 1F 7 4C 27
Octal 261 51 30 0 115 126 37 7 114 47
Binary 10110001 101001 11000 0 1001101 1010110 11111 111 1001100 100111

Color Harmonies of #B12918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12918

Black with #B12918

Text Example


Text Example

White with #B12918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12918; }

 p { color: rgb(177,41,24); }

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

background-color css

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

 a { background-color: rgb(177,41,24); }

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

border-color css

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

 span { border-color: rgb(177,41,24); }

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