Html Css Color HEX #B02C2D Guardsman Red

📋 copy color: '#B02C2D'

red 176 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #B02C2D

Tints of Guardsman Red #B02C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 66.42%
G = 16.6%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B02C2D (or 0xB02C2D) is known color: Guardsman Red. HEX triplet: B0, 2C and 2D. RGB value is (176,44,45). Sum of RGB (Red+Green+Blue) = 176+44+45=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C2D is #4FD3D2. Grayscale: #535353. Windows color (decimal): -5231571 or 2960560. OLE color: 2960560.

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

Color convert

RGB 176 44 45 -
CMYK 0 0.75 0.74 0.31
HSL 359.55º 0.6% 0.43% -
HSV(B) 359.55º 0.75% 0.69% -
XYZ 19.28 11.22 3.63 -
YUV 83.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 176 44 45 0 0.75 0.74 0.31 359.55 0.6 0.43
Hex B0 2C 2D 0 4B 4A 1F 168 3C 2B
Octal 260 54 55 0 113 112 37 550 74 53
Binary 10110000 101100 101101 0 1001011 1001010 11111 101101000 111100 101011

Color Harmonies of #B02C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C2D

Black with #B02C2D

Text Example


Text Example

White with #B02C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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