Html Css Color HEX #B02D30 Guardsman Red

📋 copy color: '#B02D30'

red 176 ◦ green 45 ◦ blue 48

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

Shades of Guardsman Red #B02D30

Tints of Guardsman Red #B02D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

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

R = 65.43%
G = 16.73%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B02D30 (or 0xB02D30) is known color: Guardsman Red. HEX triplet: B0, 2D and 30. RGB value is (176,45,48). Sum of RGB (Red+Green+Blue) = 176+45+48=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D30 is #4FD2CF. Grayscale: #545454. Windows color (decimal): -5231312 or 3157424. OLE color: 3157424.

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

Color convert

RGB 176 45 48 -
CMYK 0 0.74 0.73 0.31
HSL 358.63º 0.59% 0.43% -
HSV(B) 358.63º 0.74% 0.69% -
XYZ 19.38 11.32 3.96 -
YUV 84.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 176 45 48 0 0.74 0.73 0.31 358.63 0.59 0.43
Hex B0 2D 30 0 4A 49 1F 167 3B 2B
Octal 260 55 60 0 112 111 37 547 73 53
Binary 10110000 101101 110000 0 1001010 1001001 11111 101100111 111011 101011

Color Harmonies of #B02D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D30

Black with #B02D30

Text Example


Text Example

White with #B02D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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