Html Css Color HEX #B22814 Fire Brick

📋 copy color: '#B22814'

red 178 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #B22814

Tints of Fire Brick #B22814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 74.79%
G = 16.81%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B22814 (or 0xB22814) is known color: Fire Brick. HEX triplet: B2, 28 and 14. RGB value is (178,40,20). Sum of RGB (Red+Green+Blue) = 178+40+20=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B22814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22814 is #4DD7EB. Grayscale: #4F4F4F. Windows color (decimal): -5101548 or 1321138. OLE color: 1321138.

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

Color convert

RGB 178 40 20 -
CMYK 0 0.78 0.89 0.30
HSL 7.59º 0.8% 0.39% -
HSV(B) 7.59º 0.89% 0.7% -
XYZ 19.25 11.03 1.78 -
YUV 78.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 178 40 20 0 0.78 0.89 0.30 7.59 0.8 0.39
Hex B2 28 14 0 4E 59 1E 8 50 27
Octal 262 50 24 0 116 131 36 10 120 47
Binary 10110010 101000 10100 0 1001110 1011001 11110 1000 1010000 100111

Color Harmonies of #B22814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22814

Black with #B22814

Text Example


Text Example

White with #B22814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22814; }

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

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

background-color css

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

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

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

border-color css

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

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

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