Html Css Color HEX #B02A30 Guardsman Red

📋 copy color: '#B02A30'

red 176 ◦ green 42 ◦ blue 48

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

Shades of Guardsman Red #B02A30

Tints of Guardsman Red #B02A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 66.17%
G = 15.79%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B02A30 (or 0xB02A30) is known color: Guardsman Red. HEX triplet: B0, 2A and 30. RGB value is (176,42,48). Sum of RGB (Red+Green+Blue) = 176+42+48=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A30 is #4FD5CF. Grayscale: #525252. Windows color (decimal): -5232080 or 3156656. OLE color: 3156656.

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

Color convert

RGB 176 42 48 -
CMYK 0 0.76 0.73 0.31
HSL 357.31º 0.61% 0.43% -
HSV(B) 357.31º 0.76% 0.69% -
XYZ 19.27 11.1 3.92 -
YUV 82.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 176 42 48 0 0.76 0.73 0.31 357.31 0.61 0.43
Hex B0 2A 30 0 4C 49 1F 165 3D 2B
Octal 260 52 60 0 114 111 37 545 75 53
Binary 10110000 101010 110000 0 1001100 1001001 11111 101100101 111101 101011

Color Harmonies of #B02A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02A30

Black with #B02A30

Text Example


Text Example

White with #B02A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02A30; }

 p { color: rgb(176,42,48); }

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

background-color css

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

 a { background-color: rgb(176,42,48); }

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

border-color css

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

 span { border-color: rgb(176,42,48); }

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