Html Css Color HEX #9A303C Guardsman Red

📋 copy color: '#9A303C'

red 154 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #9A303C

Tints of Guardsman Red #9A303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

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

R = 58.78%
G = 18.32%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#9A303C (or 0x9A303C) is known color: Guardsman Red. HEX triplet: 9A, 30 and 3C. RGB value is (154,48,60). Sum of RGB (Red+Green+Blue) = 154+48+60=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A303C is #65CFC3. Grayscale: #515151. Windows color (decimal): -6672324 or 3944602. OLE color: 3944602.

HSL color Cylindrical-coordinate representation of color #9A303C: hue angle of 353.21º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A303C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 48 60 -
CMYK 0 0.69 0.61 0.40
HSL 353.21º 0.52% 0.4% -
HSV(B) 353.21º 0.69% 0.6% -
XYZ 15.2 9.31 5.27 -
YUV 81.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 154 48 60 0 0.69 0.61 0.40 353.21 0.52 0.4
Hex 9A 30 3C 0 45 3D 28 161 34 28
Octal 232 60 74 0 105 75 50 541 64 50
Binary 10011010 110000 111100 0 1000101 111101 101000 101100001 110100 101000

Color Harmonies of #9A303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A303C

Black with #9A303C

Text Example


Text Example

White with #9A303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,48,60); }

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

background-color css

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

 a { background-color: rgb(154,48,60); }

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

border-color css

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

 span { border-color: rgb(154,48,60); }

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