Html Css Color HEX #A3262E Guardsman Red

📋 copy color: '#A3262E'

red 163 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #A3262E

Tints of Guardsman Red #A3262E

RGB

 RED value IS 163 (64.06% from 255) = 65.99%

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

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 65.99%
G = 15.38%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3262E (or 0xA3262E) is known color: Guardsman Red. HEX triplet: A3, 26 and 2E. RGB value is (163,38,46). Sum of RGB (Red+Green+Blue) = 163+38+46=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3262E is #5CD9D1. Grayscale: #4C4C4C. Windows color (decimal): -6085074 or 3024547. OLE color: 3024547.

HSL color Cylindrical-coordinate representation of color #A3262E: hue angle of 356.16º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3262E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 38 46 -
CMYK 0 0.77 0.72 0.36
HSL 356.16º 0.62% 0.39% -
HSV(B) 356.16º 0.77% 0.64% -
XYZ 16.29 9.37 3.53 -
YUV 76.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 163 38 46 0 0.77 0.72 0.36 356.16 0.62 0.39
Hex A3 26 2E 0 4D 48 24 164 3E 27
Octal 243 46 56 0 115 110 44 544 76 47
Binary 10100011 100110 101110 0 1001101 1001000 100100 101100100 111110 100111

Color Harmonies of #A3262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3262E

Black with #A3262E

Text Example


Text Example

White with #A3262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3262E; }

 p { color: rgb(163,38,46); }

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

background-color css

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

 a { background-color: rgb(163,38,46); }

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

border-color css

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

 span { border-color: rgb(163,38,46); }

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