Html Css Color HEX #9A2E3D Guardsman Red

📋 copy color: '#9A2E3D'

red 154 ◦ green 46 ◦ blue 61

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

Shades of Guardsman Red #9A2E3D

Tints of Guardsman Red #9A2E3D

RGB

 RED value IS 154 (60.55% from 255) = 59%

 GREEN value IS 46 (18.36% from 255) = 17.62%

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 59%
G = 17.62%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#9A2E3D (or 0x9A2E3D) is known color: Guardsman Red. HEX triplet: 9A, 2E and 3D. RGB value is (154,46,61). Sum of RGB (Red+Green+Blue) = 154+46+61=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2E3D is #65D1C2. Grayscale: #505050. Windows color (decimal): -6672835 or 4009626. OLE color: 4009626.

HSL color Cylindrical-coordinate representation of color #9A2E3D: hue angle of 351.67º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A2E3D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 46 61 -
CMYK 0 0.70 0.60 0.40
HSL 351.67º 0.54% 0.39% -
HSV(B) 351.67º 0.7% 0.6% -
XYZ 15.15 9.16 5.38 -
YUV 80 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 154 46 61 0 0.70 0.60 0.40 351.67 0.54 0.39
Hex 9A 2E 3D 0 46 3C 28 160 36 27
Octal 232 56 75 0 106 74 50 540 66 47
Binary 10011010 101110 111101 0 1000110 111100 101000 101100000 110110 100111

Color Harmonies of #9A2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2E3D

Black with #9A2E3D

Text Example


Text Example

White with #9A2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,46,61); }

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

background-color css

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

 a { background-color: rgb(154,46,61); }

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

border-color css

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

 span { border-color: rgb(154,46,61); }

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