Html Css Color HEX #A82733 Guardsman Red

📋 copy color: '#A82733'

red 168 ◦ green 39 ◦ blue 51

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

Shades of Guardsman Red #A82733

Tints of Guardsman Red #A82733

RGB

 RED value IS 168 (66.02% from 255) = 65.12%

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 65.12%
G = 15.12%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A82733 (or 0xA82733) is known color: Guardsman Red. HEX triplet: A8, 27 and 33. RGB value is (168,39,51). Sum of RGB (Red+Green+Blue) = 168+39+51=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A82733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82733 is #57D8CC. Grayscale: #4F4F4F. Windows color (decimal): -5757133 or 3352488. OLE color: 3352488.

HSL color Cylindrical-coordinate representation of color #A82733: hue angle of 354.42º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82733 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 51 -
CMYK 0 0.77 0.70 0.34
HSL 354.42º 0.62% 0.41% -
HSV(B) 354.42º 0.77% 0.66% -
XYZ 17.47 10.01 4.14 -
YUV 78.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 168 39 51 0 0.77 0.70 0.34 354.42 0.62 0.41
Hex A8 27 33 0 4D 46 22 162 3E 29
Octal 250 47 63 0 115 106 42 542 76 51
Binary 10101000 100111 110011 0 1001101 1000110 100010 101100010 111110 101001

Color Harmonies of #A82733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82733

Black with #A82733

Text Example


Text Example

White with #A82733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82733; }

 p { color: rgb(168,39,51); }

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

background-color css

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

 a { background-color: rgb(168,39,51); }

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

border-color css

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

 span { border-color: rgb(168,39,51); }

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