Html Css Color HEX #B22117 Fire Brick

📋 copy color: '#B22117'

red 178 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #B22117

Tints of Fire Brick #B22117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 76.07%
G = 14.1%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B22117 (or 0xB22117) is known color: Fire Brick. HEX triplet: B2, 21 and 17. RGB value is (178,33,23). Sum of RGB (Red+Green+Blue) = 178+33+23=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22117 is #4DDEE8. Grayscale: #4B4B4B. Windows color (decimal): -5103337 or 1515954. OLE color: 1515954.

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

Color convert

RGB 178 33 23 -
CMYK 0 0.81 0.87 0.30
HSL 3.87º 0.77% 0.39% -
HSV(B) 3.87º 0.87% 0.7% -
XYZ 19.06 10.61 1.85 -
YUV 75.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 178 33 23 0 0.81 0.87 0.30 3.87 0.77 0.39
Hex B2 21 17 0 51 57 1E 4 4D 27
Octal 262 41 27 0 121 127 36 4 115 47
Binary 10110010 100001 10111 0 1010001 1010111 11110 100 1001101 100111

Color Harmonies of #B22117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22117

Black with #B22117

Text Example


Text Example

White with #B22117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22117; }

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

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

background-color css

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

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

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

border-color css

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

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

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