Html Css Color HEX #B02729 Guardsman Red

📋 copy color: '#B02729'

red 176 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #B02729

Tints of Guardsman Red #B02729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 68.75%
G = 15.23%
B = 16.02%

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

#B02729 (or 0xB02729) is known color: Guardsman Red. HEX triplet: B0, 27 and 29. RGB value is (176,39,41). Sum of RGB (Red+Green+Blue) = 176+39+41=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B02729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02729 is #4FD8D6. Grayscale: #505050. Windows color (decimal): -5232855 or 2697136. OLE color: 2697136.

HSL color Cylindrical-coordinate representation of color #B02729: hue angle of 359.12º 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 #B02729 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 41 -
CMYK 0 0.78 0.77 0.31
HSL 359.12º 0.64% 0.42% -
HSV(B) 359.12º 0.78% 0.69% -
XYZ 19.03 10.84 3.19 -
YUV 80.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 176 39 41 0 0.78 0.77 0.31 359.12 0.64 0.42
Hex B0 27 29 0 4E 4D 1F 167 40 2A
Octal 260 47 51 0 116 115 37 547 100 52
Binary 10110000 100111 101001 0 1001110 1001101 11111 101100111 1000000 101010

Color Harmonies of #B02729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02729

Black with #B02729

Text Example


Text Example

White with #B02729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02729; }

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

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

background-color css

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

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

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

border-color css

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

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

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