Html Css Color HEX #B22912 Fire Brick

📋 copy color: '#B22912'

red 178 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #B22912

Tints of Fire Brick #B22912

RGB

 RED value IS 178 (69.92% from 255) = 75.11%

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

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

R = 75.11%
G = 17.3%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22912 (or 0xB22912) is known color: Fire Brick. HEX triplet: B2, 29 and 12. RGB value is (178,41,18). Sum of RGB (Red+Green+Blue) = 178+41+18=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B22912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22912 is #4DD6ED. Grayscale: #4F4F4F. Windows color (decimal): -5101294 or 1190322. OLE color: 1190322.

HSL color Cylindrical-coordinate representation of color #B22912: hue angle of 8.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B22912 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 18 -
CMYK 0 0.77 0.90 0.30
HSL 8.63º 0.82% 0.38% -
HSV(B) 8.63º 0.9% 0.7% -
XYZ 19.26 11.09 1.7 -
YUV 79.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 178 41 18 0 0.77 0.90 0.30 8.63 0.82 0.38
Hex B2 29 12 0 4D 5A 1E 9 52 26
Octal 262 51 22 0 115 132 36 11 122 46
Binary 10110010 101001 10010 0 1001101 1011010 11110 1001 1010010 100110

Color Harmonies of #B22912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22912

Black with #B22912

Text Example


Text Example

White with #B22912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22912; }

 p { color: rgb(178,41,18); }

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

background-color css

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

 a { background-color: rgb(178,41,18); }

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

border-color css

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

 span { border-color: rgb(178,41,18); }

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