Html Css Color HEX #A83436 Guardsman Red

📋 copy color: '#A83436'

red 168 ◦ green 52 ◦ blue 54

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

Shades of Guardsman Red #A83436

Tints of Guardsman Red #A83436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 54 (21.48% from 255) = 19.71%

R = 61.31%
G = 18.98%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A83436 (or 0xA83436) is known color: Guardsman Red. HEX triplet: A8, 34 and 36. RGB value is (168,52,54). Sum of RGB (Red+Green+Blue) = 168+52+54=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A83436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83436 is #57CBC9. Grayscale: #575757. Windows color (decimal): -5753802 or 3552424. OLE color: 3552424.

HSL color Cylindrical-coordinate representation of color #A83436: hue angle of 358.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83436 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 54 -
CMYK 0 0.69 0.68 0.34
HSL 358.97º 0.53% 0.43% -
HSV(B) 358.97º 0.69% 0.66% -
XYZ 18.04 11.05 4.67 -
YUV 86.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 168 52 54 0 0.69 0.68 0.34 358.97 0.53 0.43
Hex A8 34 36 0 45 44 22 167 35 2B
Octal 250 64 66 0 105 104 42 547 65 53
Binary 10101000 110100 110110 0 1000101 1000100 100010 101100111 110101 101011

Color Harmonies of #A83436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83436

Black with #A83436

Text Example


Text Example

White with #A83436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83436; }

 p { color: rgb(168,52,54); }

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

background-color css

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

 a { background-color: rgb(168,52,54); }

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

border-color css

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

 span { border-color: rgb(168,52,54); }

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