Html Css Color HEX #B22013 Fire Brick

📋 copy color: '#B22013'

red 178 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B22013

Tints of Fire Brick #B22013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 77.73%
G = 13.97%
B = 8.3%

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

#B22013 (or 0xB22013) is known color: Fire Brick. HEX triplet: B2, 20 and 13. RGB value is (178,32,19). Sum of RGB (Red+Green+Blue) = 178+32+19=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B22013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22013 is #4DDFEC. Grayscale: #4A4A4A. Windows color (decimal): -5103597 or 1253554. OLE color: 1253554.

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

Color convert

RGB 178 32 19 -
CMYK 0 0.82 0.89 0.30
HSL 4.91º 0.81% 0.39% -
HSV(B) 4.91º 0.89% 0.7% -
XYZ 18.99 10.55 1.65 -
YUV 74.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 178 32 19 0 0.82 0.89 0.30 4.91 0.81 0.39
Hex B2 20 13 0 52 59 1E 5 51 27
Octal 262 40 23 0 122 131 36 5 121 47
Binary 10110010 100000 10011 0 1010010 1011001 11110 101 1010001 100111

Color Harmonies of #B22013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22013

Black with #B22013

Text Example


Text Example

White with #B22013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22013; }

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

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

background-color css

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

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

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

border-color css

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

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

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