Html Css Color HEX #B02D31 Guardsman Red

📋 copy color: '#B02D31'

red 176 ◦ green 45 ◦ blue 49

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

Shades of Guardsman Red #B02D31

Tints of Guardsman Red #B02D31

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 65.19%
G = 16.67%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B02D31 (or 0xB02D31) is known color: Guardsman Red. HEX triplet: B0, 2D and 31. RGB value is (176,45,49). Sum of RGB (Red+Green+Blue) = 176+45+49=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D31 is #4FD2CE. Grayscale: #545454. Windows color (decimal): -5231311 or 3222960. OLE color: 3222960.

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

Color convert

RGB 176 45 49 -
CMYK 0 0.74 0.72 0.31
HSL 358.17º 0.59% 0.43% -
HSV(B) 358.17º 0.74% 0.69% -
XYZ 19.4 11.33 4.07 -
YUV 84.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 176 45 49 0 0.74 0.72 0.31 358.17 0.59 0.43
Hex B0 2D 31 0 4A 48 1F 166 3B 2B
Octal 260 55 61 0 112 110 37 546 73 53
Binary 10110000 101101 110001 0 1001010 1001000 11111 101100110 111011 101011

Color Harmonies of #B02D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D31

Black with #B02D31

Text Example


Text Example

White with #B02D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D31; }

 p { color: rgb(176,45,49); }

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

background-color css

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

 a { background-color: rgb(176,45,49); }

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

border-color css

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

 span { border-color: rgb(176,45,49); }

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