Html Css Color HEX #9B2D3A Guardsman Red

📋 copy color: '#9B2D3A'

red 155 ◦ green 45 ◦ blue 58

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

Shades of Guardsman Red #9B2D3A

Tints of Guardsman Red #9B2D3A

RGB

 RED value IS 155 (60.94% from 255) = 60.08%

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 60.08%
G = 17.44%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B2D3A (or 0x9B2D3A) is known color: Guardsman Red. HEX triplet: 9B, 2D and 3A. RGB value is (155,45,58). Sum of RGB (Red+Green+Blue) = 155+45+58=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D3A is #64D2C5. Grayscale: #4F4F4F. Windows color (decimal): -6607558 or 3812763. OLE color: 3812763.

HSL color Cylindrical-coordinate representation of color #9B2D3A: hue angle of 352.91º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D3A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 45 58 -
CMYK 0 0.71 0.63 0.39
HSL 352.91º 0.55% 0.39% -
HSV(B) 352.91º 0.71% 0.61% -
XYZ 15.22 9.15 4.97 -
YUV 79.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 155 45 58 0 0.71 0.63 0.39 352.91 0.55 0.39
Hex 9B 2D 3A 0 47 3F 27 161 37 27
Octal 233 55 72 0 107 77 47 541 67 47
Binary 10011011 101101 111010 0 1000111 111111 100111 101100001 110111 100111

Color Harmonies of #9B2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2D3A

Black with #9B2D3A

Text Example


Text Example

White with #9B2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B2D3A; }

 p { color: rgb(155,45,58); }

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

background-color css

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

 a { background-color: rgb(155,45,58); }

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

border-color css

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

 span { border-color: rgb(155,45,58); }

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