Html Css Color HEX #B22007 Fire Brick

📋 copy color: '#B22007'

red 178 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #B22007

Tints of Fire Brick #B22007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.23%

R = 82.03%
G = 14.75%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B22007 (or 0xB22007) is known color: Fire Brick. HEX triplet: B2, 20 and 07. RGB value is (178,32,7). Sum of RGB (Red+Green+Blue) = 178+32+7=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B22007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22007 is #4DDFF8. Grayscale: #494949. Windows color (decimal): -5103609 or 467122. OLE color: 467122.

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

Color convert

RGB 178 32 7 -
CMYK 0 0.82 0.96 0.30
HSL 8.77º 0.92% 0.36% -
HSV(B) 8.77º 0.96% 0.7% -
XYZ 18.91 10.51 1.23 -
YUV 72.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 178 32 7 0 0.82 0.96 0.30 8.77 0.92 0.36
Hex B2 20 7 0 52 60 1E 9 5C 24
Octal 262 40 7 0 122 140 36 11 134 44
Binary 10110010 100000 111 0 1010010 1100000 11110 1001 1011100 100100

Color Harmonies of #B22007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22007

Black with #B22007

Text Example


Text Example

White with #B22007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22007; }

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

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

background-color css

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

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

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

border-color css

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

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

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