Html Css Color HEX #A3262A Guardsman Red

📋 copy color: '#A3262A'

red 163 ◦ green 38 ◦ blue 42

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

Shades of Guardsman Red #A3262A

Tints of Guardsman Red #A3262A

RGB

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

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

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

R = 67.08%
G = 15.64%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3262A (or 0xA3262A) is known color: Guardsman Red. HEX triplet: A3, 26 and 2A. RGB value is (163,38,42). Sum of RGB (Red+Green+Blue) = 163+38+42=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3262A is #5CD9D5. Grayscale: #4B4B4B. Windows color (decimal): -6085078 or 2762403. OLE color: 2762403.

HSL color Cylindrical-coordinate representation of color #A3262A: hue angle of 358.08º 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 #A3262A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 38 42 -
CMYK 0 0.77 0.74 0.36
HSL 358.08º 0.62% 0.39% -
HSV(B) 358.08º 0.77% 0.64% -
XYZ 16.22 9.34 3.14 -
YUV 75.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 163 38 42 0 0.77 0.74 0.36 358.08 0.62 0.39
Hex A3 26 2A 0 4D 4A 24 166 3E 27
Octal 243 46 52 0 115 112 44 546 76 47
Binary 10100011 100110 101010 0 1001101 1001010 100100 101100110 111110 100111

Color Harmonies of #A3262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3262A

Black with #A3262A

Text Example


Text Example

White with #A3262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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