Html Css Color HEX #B22D20 Fire Brick

📋 copy color: '#B22D20'

red 178 ◦ green 45 ◦ blue 32

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

Shades of Fire Brick #B22D20

Tints of Fire Brick #B22D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.65%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 69.8%
G = 17.65%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B22D20 (or 0xB22D20) is known color: Fire Brick. HEX triplet: B2, 2D and 20. RGB value is (178,45,32). Sum of RGB (Red+Green+Blue) = 178+45+32=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D20 is #4DD2DF. Grayscale: #535353. Windows color (decimal): -5100256 or 2108850. OLE color: 2108850.

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

Color convert

RGB 178 45 32 -
CMYK 0 0.75 0.82 0.30
HSL 5.34º 0.7% 0.41% -
HSV(B) 5.34º 0.82% 0.7% -
XYZ 19.56 11.45 2.54 -
YUV 83.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 178 45 32 0 0.75 0.82 0.30 5.34 0.7 0.41
Hex B2 2D 20 0 4B 52 1E 5 46 29
Octal 262 55 40 0 113 122 36 5 106 51
Binary 10110010 101101 100000 0 1001011 1010010 11110 101 1000110 101001

Color Harmonies of #B22D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D20

Black with #B22D20

Text Example


Text Example

White with #B22D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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