Html Css Color HEX #B22017 Fire Brick

📋 copy color: '#B22017'

red 178 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #B22017

Tints of Fire Brick #B22017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 76.39%
G = 13.73%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B22017 (or 0xB22017) is known color: Fire Brick. HEX triplet: B2, 20 and 17. RGB value is (178,32,23). Sum of RGB (Red+Green+Blue) = 178+32+23=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B22017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22017 is #4DDFE8. Grayscale: #4A4A4A. Windows color (decimal): -5103593 or 1515698. OLE color: 1515698.

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

Color convert

RGB 178 32 23 -
CMYK 0 0.82 0.87 0.30
HSL 3.48º 0.77% 0.39% -
HSV(B) 3.48º 0.87% 0.7% -
XYZ 19.03 10.56 1.85 -
YUV 74.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 178 32 23 0 0.82 0.87 0.30 3.48 0.77 0.39
Hex B2 20 17 0 52 57 1E 3 4D 27
Octal 262 40 27 0 122 127 36 3 115 47
Binary 10110010 100000 10111 0 1010010 1010111 11110 11 1001101 100111

Color Harmonies of #B22017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22017

Black with #B22017

Text Example


Text Example

White with #B22017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22017; }

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

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

background-color css

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

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

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

border-color css

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

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

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