Html Css Color HEX #B03221 Fire Brick

📋 copy color: '#B03221'

red 176 ◦ green 50 ◦ blue 33

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

Shades of Fire Brick #B03221

Tints of Fire Brick #B03221

RGB

 RED value IS 176 (69.14% from 255) = 67.95%

 GREEN value IS 50 (19.92% from 255) = 19.31%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 67.95%
G = 19.31%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03221 (or 0xB03221) is known color: Fire Brick. HEX triplet: B0, 32 and 21. RGB value is (176,50,33). Sum of RGB (Red+Green+Blue) = 176+50+33=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B03221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03221 is #4FCDDE. Grayscale: #555555. Windows color (decimal): -5230047 or 2175664. OLE color: 2175664.

HSL color Cylindrical-coordinate representation of color #B03221: hue angle of 7.13º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B03221 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 33 -
CMYK 0 0.72 0.81 0.31
HSL 7.13º 0.68% 0.41% -
HSV(B) 7.13º 0.81% 0.69% -
XYZ 19.32 11.62 2.66 -
YUV 85.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 176 50 33 0 0.72 0.81 0.31 7.13 0.68 0.41
Hex B0 32 21 0 48 51 1F 7 44 29
Octal 260 62 41 0 110 121 37 7 104 51
Binary 10110000 110010 100001 0 1001000 1010001 11111 111 1000100 101001

Color Harmonies of #B03221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03221

Black with #B03221

Text Example


Text Example

White with #B03221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03221; }

 p { color: rgb(176,50,33); }

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

background-color css

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

 a { background-color: rgb(176,50,33); }

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

border-color css

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

 span { border-color: rgb(176,50,33); }

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