Html Css Color HEX #B12818 Fire Brick

📋 copy color: '#B12818'

red 177 ◦ green 40 ◦ blue 24

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

Shades of Fire Brick #B12818

Tints of Fire Brick #B12818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

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

R = 73.44%
G = 16.6%
B = 9.96%

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

#B12818 (or 0xB12818) is known color: Fire Brick. HEX triplet: B1, 28 and 18. RGB value is (177,40,24). Sum of RGB (Red+Green+Blue) = 177+40+24=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B12818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12818 is #4ED7E7. Grayscale: #4F4F4F. Windows color (decimal): -5167080 or 1583281. OLE color: 1583281.

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

Color convert

RGB 177 40 24 -
CMYK 0 0.77 0.86 0.31
HSL 6.27º 0.76% 0.39% -
HSV(B) 6.27º 0.86% 0.69% -
XYZ 19.06 10.93 1.97 -
YUV 79.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 177 40 24 0 0.77 0.86 0.31 6.27 0.76 0.39
Hex B1 28 18 0 4D 56 1F 6 4C 27
Octal 261 50 30 0 115 126 37 6 114 47
Binary 10110001 101000 11000 0 1001101 1010110 11111 110 1001100 100111

Color Harmonies of #B12818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12818

Black with #B12818

Text Example


Text Example

White with #B12818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12818; }

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

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

background-color css

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

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

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

border-color css

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

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

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