Html Css Color HEX #9B2F35 Guardsman Red

📋 copy color: '#9B2F35'

red 155 ◦ green 47 ◦ blue 53

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

Shades of Guardsman Red #9B2F35

Tints of Guardsman Red #9B2F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 60.78%
G = 18.43%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B2F35 (or 0x9B2F35) is known color: Guardsman Red. HEX triplet: 9B, 2F and 35. RGB value is (155,47,53). Sum of RGB (Red+Green+Blue) = 155+47+53=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F35 is #64D0CA. Grayscale: #505050. Windows color (decimal): -6607051 or 3485595. OLE color: 3485595.

HSL color Cylindrical-coordinate representation of color #9B2F35: hue angle of 356.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F35 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 47 53 -
CMYK 0 0.70 0.66 0.39
HSL 356.67º 0.53% 0.4% -
HSV(B) 356.67º 0.7% 0.61% -
XYZ 15.18 9.26 4.36 -
YUV 79.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 155 47 53 0 0.70 0.66 0.39 356.67 0.53 0.4
Hex 9B 2F 35 0 46 42 27 165 35 28
Octal 233 57 65 0 106 102 47 545 65 50
Binary 10011011 101111 110101 0 1000110 1000010 100111 101100101 110101 101000

Color Harmonies of #9B2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2F35

Black with #9B2F35

Text Example


Text Example

White with #9B2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,47,53); }

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

background-color css

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

 a { background-color: rgb(155,47,53); }

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

border-color css

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

 span { border-color: rgb(155,47,53); }

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