Html Css Color HEX #A02B3D Guardsman Red

📋 copy color: '#A02B3D'

red 160 ◦ green 43 ◦ blue 61

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

Shades of Guardsman Red #A02B3D

Tints of Guardsman Red #A02B3D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.29%

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 60.61%
G = 16.29%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A02B3D (or 0xA02B3D) is known color: Guardsman Red. HEX triplet: A0, 2B and 3D. RGB value is (160,43,61). Sum of RGB (Red+Green+Blue) = 160+43+61=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B3D is #5FD4C2. Grayscale: #505050. Windows color (decimal): -6280387 or 4008864. OLE color: 4008864.

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

Color convert

RGB 160 43 61 -
CMYK 0 0.73 0.62 0.37
HSL 350.77º 0.58% 0.4% -
HSV(B) 350.77º 0.73% 0.63% -
XYZ 16.2 9.54 5.4 -
YUV 80.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 160 43 61 0 0.73 0.62 0.37 350.77 0.58 0.4
Hex A0 2B 3D 0 49 3E 25 15F 3A 28
Octal 240 53 75 0 111 76 45 537 72 50
Binary 10100000 101011 111101 0 1001001 111110 100101 101011111 111010 101000

Color Harmonies of #A02B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B3D

Black with #A02B3D

Text Example


Text Example

White with #A02B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B3D; }

 p { color: rgb(160,43,61); }

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

background-color css

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

 a { background-color: rgb(160,43,61); }

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

border-color css

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

 span { border-color: rgb(160,43,61); }

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