Html Css Color HEX #B22414 Fire Brick

📋 copy color: '#B22414'

red 178 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #B22414

Tints of Fire Brick #B22414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 76.07%
G = 15.38%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B22414 (or 0xB22414) is known color: Fire Brick. HEX triplet: B2, 24 and 14. RGB value is (178,36,20). Sum of RGB (Red+Green+Blue) = 178+36+20=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22414 is #4DDBEB. Grayscale: #4C4C4C. Windows color (decimal): -5102572 or 1320114. OLE color: 1320114.

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

Color convert

RGB 178 36 20 -
CMYK 0 0.80 0.89 0.30
HSL 6.08º 0.8% 0.39% -
HSV(B) 6.08º 0.89% 0.7% -
XYZ 19.12 10.78 1.73 -
YUV 76.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 178 36 20 0 0.80 0.89 0.30 6.08 0.8 0.39
Hex B2 24 14 0 50 59 1E 6 50 27
Octal 262 44 24 0 120 131 36 6 120 47
Binary 10110010 100100 10100 0 1010000 1011001 11110 110 1010000 100111

Color Harmonies of #B22414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22414

Black with #B22414

Text Example


Text Example

White with #B22414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22414; }

 p { color: rgb(178,36,20); }

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

background-color css

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

 a { background-color: rgb(178,36,20); }

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

border-color css

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

 span { border-color: rgb(178,36,20); }

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