Html Css Color HEX #B22115 Fire Brick

📋 copy color: '#B22115'

red 178 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #B22115

Tints of Fire Brick #B22115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 76.72%
G = 14.22%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B22115 (or 0xB22115) is known color: Fire Brick. HEX triplet: B2, 21 and 15. RGB value is (178,33,21). Sum of RGB (Red+Green+Blue) = 178+33+21=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B22115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22115 is #4DDEEA. Grayscale: #4B4B4B. Windows color (decimal): -5103339 or 1384882. OLE color: 1384882.

HSL color Cylindrical-coordinate representation of color #B22115: hue angle of 4.59º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B22115 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 21 -
CMYK 0 0.81 0.88 0.30
HSL 4.59º 0.79% 0.39% -
HSV(B) 4.59º 0.88% 0.7% -
XYZ 19.04 10.61 1.75 -
YUV 74.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 178 33 21 0 0.81 0.88 0.30 4.59 0.79 0.39
Hex B2 21 15 0 51 58 1E 5 4F 27
Octal 262 41 25 0 121 130 36 5 117 47
Binary 10110010 100001 10101 0 1010001 1011000 11110 101 1001111 100111

Color Harmonies of #B22115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22115

Black with #B22115

Text Example


Text Example

White with #B22115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22115; }

 p { color: rgb(178,33,21); }

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

background-color css

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

 a { background-color: rgb(178,33,21); }

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

border-color css

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

 span { border-color: rgb(178,33,21); }

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