Html Css Color HEX #B22C20 Fire Brick

📋 copy color: '#B22C20'

red 178 ◦ green 44 ◦ blue 32

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

Shades of Fire Brick #B22C20

Tints of Fire Brick #B22C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.32%

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

R = 70.08%
G = 17.32%
B = 12.6%

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

#B22C20 (or 0xB22C20) is known color: Fire Brick. HEX triplet: B2, 2C and 20. RGB value is (178,44,32). Sum of RGB (Red+Green+Blue) = 178+44+32=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C20 is #4DD3DF. Grayscale: #525252. Windows color (decimal): -5100512 or 2108594. OLE color: 2108594.

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

Color convert

RGB 178 44 32 -
CMYK 0 0.75 0.82 0.30
HSL 4.93º 0.7% 0.41% -
HSV(B) 4.93º 0.82% 0.7% -
XYZ 19.52 11.37 2.53 -
YUV 82.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 178 44 32 0 0.75 0.82 0.30 4.93 0.7 0.41
Hex B2 2C 20 0 4B 52 1E 5 46 29
Octal 262 54 40 0 113 122 36 5 106 51
Binary 10110010 101100 100000 0 1001011 1010010 11110 101 1000110 101001

Color Harmonies of #B22C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C20

Black with #B22C20

Text Example


Text Example

White with #B22C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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