Html Css Color HEX #B22018 Fire Brick

📋 copy color: '#B22018'

red 178 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #B22018

Tints of Fire Brick #B22018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 76.07%
G = 13.68%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B22018 (or 0xB22018) is known color: Fire Brick. HEX triplet: B2, 20 and 18. RGB value is (178,32,24). Sum of RGB (Red+Green+Blue) = 178+32+24=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22018 is #4DDFE7. Grayscale: #4A4A4A. Windows color (decimal): -5103592 or 1581234. OLE color: 1581234.

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

Color convert

RGB 178 32 24 -
CMYK 0 0.82 0.87 0.30
HSL 3.12º 0.76% 0.4% -
HSV(B) 3.12º 0.87% 0.7% -
XYZ 19.04 10.56 1.9 -
YUV 74.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 178 32 24 0 0.82 0.87 0.30 3.12 0.76 0.4
Hex B2 20 18 0 52 57 1E 3 4C 28
Octal 262 40 30 0 122 127 36 3 114 50
Binary 10110010 100000 11000 0 1010010 1010111 11110 11 1001100 101000

Color Harmonies of #B22018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22018

Black with #B22018

Text Example


Text Example

White with #B22018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22018; }

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

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

background-color css

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

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

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

border-color css

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

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

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