Html Css Color HEX #A0262A Guardsman Red

📋 copy color: '#A0262A'

red 160 ◦ green 38 ◦ blue 42

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

Shades of Guardsman Red #A0262A

Tints of Guardsman Red #A0262A

RGB

 RED value IS 160 (62.89% from 255) = 66.67%

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 66.67%
G = 15.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0262A (or 0xA0262A) is known color: Guardsman Red. HEX triplet: A0, 26 and 2A. RGB value is (160,38,42). Sum of RGB (Red+Green+Blue) = 160+38+42=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0262A is #5FD9D5. Grayscale: #4B4B4B. Windows color (decimal): -6281686 or 2762400. OLE color: 2762400.

HSL color Cylindrical-coordinate representation of color #A0262A: hue angle of 358.03º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0262A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 42 -
CMYK 0 0.76 0.74 0.37
HSL 358.03º 0.62% 0.39% -
HSV(B) 358.03º 0.76% 0.63% -
XYZ 15.61 9.03 3.11 -
YUV 74.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 160 38 42 0 0.76 0.74 0.37 358.03 0.62 0.39
Hex A0 26 2A 0 4C 4A 25 166 3E 27
Octal 240 46 52 0 114 112 45 546 76 47
Binary 10100000 100110 101010 0 1001100 1001010 100101 101100110 111110 100111

Color Harmonies of #A0262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0262A

Black with #A0262A

Text Example


Text Example

White with #A0262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0262A; }

 p { color: rgb(160,38,42); }

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

background-color css

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

 a { background-color: rgb(160,38,42); }

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

border-color css

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

 span { border-color: rgb(160,38,42); }

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