Html Css Color HEX #A43B3E Guardsman Red

📋 copy color: '#A43B3E'

red 164 ◦ green 59 ◦ blue 62

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

Shades of Guardsman Red #A43B3E

Tints of Guardsman Red #A43B3E

RGB

 RED value IS 164 (64.45% from 255) = 57.54%

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 57.54%
G = 20.7%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A43B3E (or 0xA43B3E) is known color: Guardsman Red. HEX triplet: A4, 3B and 3E. RGB value is (164,59,62). Sum of RGB (Red+Green+Blue) = 164+59+62=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B3E is #5BC4C1. Grayscale: #5A5A5A. Windows color (decimal): -6014146 or 4078500. OLE color: 4078500.

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

Color convert

RGB 164 59 62 -
CMYK 0 0.64 0.62 0.36
HSL 358.29º 0.47% 0.44% -
HSV(B) 358.29º 0.64% 0.64% -
XYZ 17.74 11.37 5.82 -
YUV 90.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 164 59 62 0 0.64 0.62 0.36 358.29 0.47 0.44
Hex A4 3B 3E 0 40 3E 24 166 2F 2C
Octal 244 73 76 0 100 76 44 546 57 54
Binary 10100100 111011 111110 0 1000000 111110 100100 101100110 101111 101100

Color Harmonies of #A43B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B3E

Black with #A43B3E

Text Example


Text Example

White with #A43B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B3E; }

 p { color: rgb(164,59,62); }

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

background-color css

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

 a { background-color: rgb(164,59,62); }

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

border-color css

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

 span { border-color: rgb(164,59,62); }

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