Html Css Color HEX #9A2728 Guardsman Red

📋 copy color: '#9A2728'

red 154 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #9A2728

Tints of Guardsman Red #9A2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 66.09%
G = 16.74%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#9A2728 (or 0x9A2728) is known color: Guardsman Red. HEX triplet: 9A, 27 and 28. RGB value is (154,39,40). Sum of RGB (Red+Green+Blue) = 154+39+40=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2728 is #65D8D7. Grayscale: #494949. Windows color (decimal): -6674648 or 2631578. OLE color: 2631578.

HSL color Cylindrical-coordinate representation of color #9A2728: hue angle of 359.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2728 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 39 40 -
CMYK 0 0.75 0.74 0.40
HSL 359.48º 0.6% 0.38% -
HSV(B) 359.48º 0.75% 0.6% -
XYZ 14.43 8.47 2.88 -
YUV 73.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 154 39 40 0 0.75 0.74 0.40 359.48 0.6 0.38
Hex 9A 27 28 0 4B 4A 28 167 3C 26
Octal 232 47 50 0 113 112 50 547 74 46
Binary 10011010 100111 101000 0 1001011 1001010 101000 101100111 111100 100110

Color Harmonies of #9A2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2728

Black with #9A2728

Text Example


Text Example

White with #9A2728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,39,40); }

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

background-color css

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

 a { background-color: rgb(154,39,40); }

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

border-color css

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

 span { border-color: rgb(154,39,40); }

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