Html Css Color HEX #B02629 Guardsman Red

📋 copy color: '#B02629'

red 176 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #B02629

Tints of Guardsman Red #B02629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

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

R = 69.02%
G = 14.9%
B = 16.08%

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

#B02629 (or 0xB02629) is known color: Guardsman Red. HEX triplet: B0, 26 and 29. RGB value is (176,38,41). Sum of RGB (Red+Green+Blue) = 176+38+41=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B02629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02629 is #4FD9D6. Grayscale: #4F4F4F. Windows color (decimal): -5233111 or 2696880. OLE color: 2696880.

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

Color convert

RGB 176 38 41 -
CMYK 0 0.78 0.77 0.31
HSL 358.7º 0.64% 0.42% -
HSV(B) 358.7º 0.78% 0.69% -
XYZ 19 10.78 3.18 -
YUV 79.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 176 38 41 0 0.78 0.77 0.31 358.7 0.64 0.42
Hex B0 26 29 0 4E 4D 1F 167 40 2A
Octal 260 46 51 0 116 115 37 547 100 52
Binary 10110000 100110 101001 0 1001110 1001101 11111 101100111 1000000 101010

Color Harmonies of #B02629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02629

Black with #B02629

Text Example


Text Example

White with #B02629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02629; }

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

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

background-color css

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

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

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

border-color css

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

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

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