Html Css Color HEX #A83D3F Guardsman Red

📋 copy color: '#A83D3F'

red 168 ◦ green 61 ◦ blue 63

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

Shades of Guardsman Red #A83D3F

Tints of Guardsman Red #A83D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

 BLUE value IS 63 (25% from 255) = 21.58%

R = 57.53%
G = 20.89%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A83D3F (or 0xA83D3F) is known color: Guardsman Red. HEX triplet: A8, 3D and 3F. RGB value is (168,61,63). Sum of RGB (Red+Green+Blue) = 168+61+63=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83D3F is #57C2C0. Grayscale: #5D5D5D. Windows color (decimal): -5751489 or 4144552. OLE color: 4144552.

HSL color Cylindrical-coordinate representation of color #A83D3F: hue angle of 358.88º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D3F is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 61 63 -
CMYK 0 0.64 0.63 0.34
HSL 358.88º 0.47% 0.45% -
HSV(B) 358.88º 0.64% 0.66% -
XYZ 18.71 12.02 6.04 -
YUV 93.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 168 61 63 0 0.64 0.63 0.34 358.88 0.47 0.45
Hex A8 3D 3F 0 40 3F 22 167 2F 2D
Octal 250 75 77 0 100 77 42 547 57 55
Binary 10101000 111101 111111 0 1000000 111111 100010 101100111 101111 101101

Color Harmonies of #A83D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83D3F

Black with #A83D3F

Text Example


Text Example

White with #A83D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83D3F; }

 p { color: rgb(168,61,63); }

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

background-color css

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

 a { background-color: rgb(168,61,63); }

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

border-color css

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

 span { border-color: rgb(168,61,63); }

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