#b02c32

Color #B02C32 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #B02C32

Tints of Guardsman Red #B02C32

Color information

#B02C32 (or 0xB02C32) is unknown color: approx Guardsman Red. HEX triplet: B0, 2C and 32. RGB value is (176,44,50). Sum of RGB (Red+Green+Blue) = 176+44+50=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C32 is #4FD3CD. Grayscale: #545454. Windows color (decimal): -5231566 or 3288240. OLE color: 3288240.

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

Color convert

RGB1764450-
CMYK00.750.720.31
HSL357.27º60%43.14%-
HSV(B)357.27º75%69.02%-
XYZ19.3811.264.17-
YUV84.15108.73193.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.19%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=65.19%
G=16.30%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176445000.750.720.31357.276043.14
HexB02C3204B481F1653c2b
Octal26054620113110375457453
Binary1011000010110011001001001011100100011111101100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02c32; }

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

 H1.HeaderClassName
 {
   color: #b02c32;
 }
 .AnyTagClassName
 {
   color: #b02c32;
 }
</style>
background-color css

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

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

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

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

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

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