Html Css Color HEX #B02728 Guardsman Red

📋 copy color: '#B02728'

red 176 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #B02728

Tints of Guardsman Red #B02728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 69.02%
G = 15.29%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B02728 (or 0xB02728) is known color: Guardsman Red. HEX triplet: B0, 27 and 28. RGB value is (176,39,40). Sum of RGB (Red+Green+Blue) = 176+39+40=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B02728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02728 is #4FD8D7. Grayscale: #505050. Windows color (decimal): -5232856 or 2631600. OLE color: 2631600.

HSL color Cylindrical-coordinate representation of color #B02728: hue angle of 359.56º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02728 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 40 -
CMYK 0 0.78 0.77 0.31
HSL 359.56º 0.64% 0.42% -
HSV(B) 359.56º 0.78% 0.69% -
XYZ 19.01 10.83 3.1 -
YUV 80.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 176 39 40 0 0.78 0.77 0.31 359.56 0.64 0.42
Hex B0 27 28 0 4E 4D 1F 168 40 2A
Octal 260 47 50 0 116 115 37 550 100 52
Binary 10110000 100111 101000 0 1001110 1001101 11111 101101000 1000000 101010

Color Harmonies of #B02728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02728

Black with #B02728

Text Example


Text Example

White with #B02728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02728; }

 p { color: rgb(176,39,40); }

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

background-color css

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

 a { background-color: rgb(176,39,40); }

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

border-color css

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

 span { border-color: rgb(176,39,40); }

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