Html Css Color HEX #9D333C Guardsman Red

📋 copy color: '#9D333C'

red 157 ◦ green 51 ◦ blue 60

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

Shades of Guardsman Red #9D333C

Tints of Guardsman Red #9D333C

RGB

 RED value IS 157 (61.72% from 255) = 58.58%

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 58.58%
G = 19.03%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D333C (or 0x9D333C) is known color: Guardsman Red. HEX triplet: 9D, 33 and 3C. RGB value is (157,51,60). Sum of RGB (Red+Green+Blue) = 157+51+60=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D333C is #62CCC3. Grayscale: #535353. Windows color (decimal): -6474948 or 3945373. OLE color: 3945373.

HSL color Cylindrical-coordinate representation of color #9D333C: hue angle of 354.91º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D333C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 51 60 -
CMYK 0 0.68 0.62 0.38
HSL 354.91º 0.51% 0.41% -
HSV(B) 354.91º 0.68% 0.62% -
XYZ 15.9 9.86 5.34 -
YUV 83.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 157 51 60 0 0.68 0.62 0.38 354.91 0.51 0.41
Hex 9D 33 3C 0 44 3E 26 163 33 29
Octal 235 63 74 0 104 76 46 543 63 51
Binary 10011101 110011 111100 0 1000100 111110 100110 101100011 110011 101001

Color Harmonies of #9D333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D333C

Black with #9D333C

Text Example


Text Example

White with #9D333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,51,60); }

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

background-color css

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

 a { background-color: rgb(157,51,60); }

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

border-color css

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

 span { border-color: rgb(157,51,60); }

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