Html Css Color HEX #B22010 Fire Brick

📋 copy color: '#B22010'

red 178 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #B22010

Tints of Fire Brick #B22010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 78.76%
G = 14.16%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B22010 (or 0xB22010) is known color: Fire Brick. HEX triplet: B2, 20 and 10. RGB value is (178,32,16). Sum of RGB (Red+Green+Blue) = 178+32+16=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B22010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22010 is #4DDFEF. Grayscale: #4A4A4A. Windows color (decimal): -5103600 or 1056946. OLE color: 1056946.

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

Color convert

RGB 178 32 16 -
CMYK 0 0.82 0.91 0.30
HSL 5.93º 0.84% 0.38% -
HSV(B) 5.93º 0.91% 0.7% -
XYZ 18.97 10.54 1.52 -
YUV 73.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 178 32 16 0 0.82 0.91 0.30 5.93 0.84 0.38
Hex B2 20 10 0 52 5B 1E 6 54 26
Octal 262 40 20 0 122 133 36 6 124 46
Binary 10110010 100000 10000 0 1010010 1011011 11110 110 1010100 100110

Color Harmonies of #B22010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22010

Black with #B22010

Text Example


Text Example

White with #B22010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22010; }

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

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

background-color css

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

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

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

border-color css

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

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

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