Html Css Color HEX #B22213 Fire Brick

📋 copy color: '#B22213'

red 178 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #B22213

Tints of Fire Brick #B22213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

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

R = 77.06%
G = 14.72%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B22213 (or 0xB22213) is known color: Fire Brick. HEX triplet: B2, 22 and 13. RGB value is (178,34,19). Sum of RGB (Red+Green+Blue) = 178+34+19=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B22213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22213 is #4DDDEC. Grayscale: #4B4B4B. Windows color (decimal): -5103085 or 1254066. OLE color: 1254066.

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

Color convert

RGB 178 34 19 -
CMYK 0 0.81 0.89 0.30
HSL 5.66º 0.81% 0.39% -
HSV(B) 5.66º 0.89% 0.7% -
XYZ 19.05 10.66 1.67 -
YUV 75.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 178 34 19 0 0.81 0.89 0.30 5.66 0.81 0.39
Hex B2 22 13 0 51 59 1E 6 51 27
Octal 262 42 23 0 121 131 36 6 121 47
Binary 10110010 100010 10011 0 1010001 1011001 11110 110 1010001 100111

Color Harmonies of #B22213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22213

Black with #B22213

Text Example


Text Example

White with #B22213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22213; }

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

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

background-color css

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

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

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

border-color css

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

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

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