Html Css Color HEX #9A303F Guardsman Red

📋 copy color: '#9A303F'

red 154 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #9A303F

Tints of Guardsman Red #9A303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 58.11%
G = 18.11%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#9A303F (or 0x9A303F) is known color: Guardsman Red. HEX triplet: 9A, 30 and 3F. RGB value is (154,48,63). Sum of RGB (Red+Green+Blue) = 154+48+63=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A303F is #65CFC0. Grayscale: #515151. Windows color (decimal): -6672321 or 4141210. OLE color: 4141210.

HSL color Cylindrical-coordinate representation of color #9A303F: hue angle of 351.51º 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 #9A303F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 48 63 -
CMYK 0 0.69 0.59 0.40
HSL 351.51º 0.52% 0.4% -
HSV(B) 351.51º 0.69% 0.6% -
XYZ 15.28 9.34 5.7 -
YUV 81.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 154 48 63 0 0.69 0.59 0.40 351.51 0.52 0.4
Hex 9A 30 3F 0 45 3B 28 160 34 28
Octal 232 60 77 0 105 73 50 540 64 50
Binary 10011010 110000 111111 0 1000101 111011 101000 101100000 110100 101000

Color Harmonies of #9A303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A303F

Black with #9A303F

Text Example


Text Example

White with #9A303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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