Html Css Color HEX #B22012 Fire Brick

📋 copy color: '#B22012'

red 178 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #B22012

Tints of Fire Brick #B22012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 78.07%
G = 14.04%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B22012 (or 0xB22012) is known color: Fire Brick. HEX triplet: B2, 20 and 12. RGB value is (178,32,18). Sum of RGB (Red+Green+Blue) = 178+32+18=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B22012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22012 is #4DDFED. Grayscale: #4A4A4A. Windows color (decimal): -5103598 or 1188018. OLE color: 1188018.

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

Color convert

RGB 178 32 18 -
CMYK 0 0.82 0.90 0.30
HSL 5.25º 0.82% 0.38% -
HSV(B) 5.25º 0.9% 0.7% -
XYZ 18.99 10.54 1.61 -
YUV 74.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 178 32 18 0 0.82 0.90 0.30 5.25 0.82 0.38
Hex B2 20 12 0 52 5A 1E 5 52 26
Octal 262 40 22 0 122 132 36 5 122 46
Binary 10110010 100000 10010 0 1010010 1011010 11110 101 1010010 100110

Color Harmonies of #B22012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22012

Black with #B22012

Text Example


Text Example

White with #B22012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22012; }

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

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

background-color css

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

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

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

border-color css

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

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

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