Html Css Color HEX #B03220 Fire Brick

📋 copy color: '#B03220'

red 176 ◦ green 50 ◦ blue 32

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

Shades of Fire Brick #B03220

Tints of Fire Brick #B03220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 68.22%
G = 19.38%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03220 (or 0xB03220) is known color: Fire Brick. HEX triplet: B0, 32 and 20. RGB value is (176,50,32). Sum of RGB (Red+Green+Blue) = 176+50+32=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B03220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03220 is #4FCDDF. Grayscale: #555555. Windows color (decimal): -5230048 or 2110128. OLE color: 2110128.

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

Color convert

RGB 176 50 32 -
CMYK 0 0.72 0.82 0.31
HSL 7.5º 0.69% 0.41% -
HSV(B) 7.5º 0.82% 0.69% -
XYZ 19.31 11.62 2.59 -
YUV 85.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 176 50 32 0 0.72 0.82 0.31 7.5 0.69 0.41
Hex B0 32 20 0 48 52 1F 8 45 29
Octal 260 62 40 0 110 122 37 10 105 51
Binary 10110000 110010 100000 0 1001000 1010010 11111 1000 1000101 101001

Color Harmonies of #B03220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03220

Black with #B03220

Text Example


Text Example

White with #B03220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03220; }

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

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

background-color css

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

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

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

border-color css

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

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

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