Html Css Color HEX #B22014 Fire Brick

📋 copy color: '#B22014'

red 178 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #B22014

Tints of Fire Brick #B22014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 77.39%
G = 13.91%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B22014 (or 0xB22014) is known color: Fire Brick. HEX triplet: B2, 20 and 14. RGB value is (178,32,20). Sum of RGB (Red+Green+Blue) = 178+32+20=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B22014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22014 is #4DDFEB. Grayscale: #4A4A4A. Windows color (decimal): -5103596 or 1319090. OLE color: 1319090.

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

Color convert

RGB 178 32 20 -
CMYK 0 0.82 0.89 0.30
HSL 4.56º 0.8% 0.39% -
HSV(B) 4.56º 0.89% 0.7% -
XYZ 19 10.55 1.7 -
YUV 74.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 178 32 20 0 0.82 0.89 0.30 4.56 0.8 0.39
Hex B2 20 14 0 52 59 1E 5 50 27
Octal 262 40 24 0 122 131 36 5 120 47
Binary 10110010 100000 10100 0 1010010 1011001 11110 101 1010000 100111

Color Harmonies of #B22014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22014

Black with #B22014

Text Example


Text Example

White with #B22014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22014; }

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

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

background-color css

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

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

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

border-color css

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

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

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