Html Css Color HEX #9A282C Guardsman Red

📋 copy color: '#9A282C'

red 154 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #9A282C

Tints of Guardsman Red #9A282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 64.71%
G = 16.81%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A282C (or 0x9A282C) is known color: Guardsman Red. HEX triplet: 9A, 28 and 2C. RGB value is (154,40,44). Sum of RGB (Red+Green+Blue) = 154+40+44=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A282C is #65D7D3. Grayscale: #4A4A4A. Windows color (decimal): -6674388 or 2893978. OLE color: 2893978.

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

Color convert

RGB 154 40 44 -
CMYK 0 0.74 0.71 0.40
HSL 357.89º 0.59% 0.38% -
HSV(B) 357.89º 0.74% 0.6% -
XYZ 14.54 8.57 3.27 -
YUV 74.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 154 40 44 0 0.74 0.71 0.40 357.89 0.59 0.38
Hex 9A 28 2C 0 4A 47 28 166 3B 26
Octal 232 50 54 0 112 107 50 546 73 46
Binary 10011010 101000 101100 0 1001010 1000111 101000 101100110 111011 100110

Color Harmonies of #9A282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A282C

Black with #9A282C

Text Example


Text Example

White with #9A282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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