Html Css Color HEX #A62023 Guardsman Red

📋 copy color: '#A62023'

red 166 ◦ green 32 ◦ blue 35

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

Shades of Guardsman Red #A62023

Tints of Guardsman Red #A62023

RGB

 RED value IS 166 (65.23% from 255) = 71.24%

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 71.24%
G = 13.73%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A62023 (or 0xA62023) is known color: Guardsman Red. HEX triplet: A6, 20 and 23. RGB value is (166,32,35). Sum of RGB (Red+Green+Blue) = 166+32+35=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A62023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62023 is #59DFDC. Grayscale: #484848. Windows color (decimal): -5890013 or 2302118. OLE color: 2302118.

HSL color Cylindrical-coordinate representation of color #A62023: hue angle of 358.66º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62023 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 35 -
CMYK 0 0.81 0.79 0.35
HSL 358.66º 0.68% 0.39% -
HSV(B) 358.66º 0.81% 0.65% -
XYZ 16.55 9.26 2.51 -
YUV 72.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 166 32 35 0 0.81 0.79 0.35 358.66 0.68 0.39
Hex A6 20 23 0 51 4F 23 167 44 27
Octal 246 40 43 0 121 117 43 547 104 47
Binary 10100110 100000 100011 0 1010001 1001111 100011 101100111 1000100 100111

Color Harmonies of #A62023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62023

Black with #A62023

Text Example


Text Example

White with #A62023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62023; }

 p { color: rgb(166,32,35); }

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

background-color css

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

 a { background-color: rgb(166,32,35); }

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

border-color css

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

 span { border-color: rgb(166,32,35); }

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