Html Css Color HEX #A3383B Guardsman Red

📋 copy color: '#A3383B'

red 163 ◦ green 56 ◦ blue 59

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

Shades of Guardsman Red #A3383B

Tints of Guardsman Red #A3383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 58.63%
G = 20.14%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3383B (or 0xA3383B) is known color: Guardsman Red. HEX triplet: A3, 38 and 3B. RGB value is (163,56,59). Sum of RGB (Red+Green+Blue) = 163+56+59=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3383B is #5CC7C4. Grayscale: #585858. Windows color (decimal): -6080453 or 3881123. OLE color: 3881123.

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

Color convert

RGB 163 56 59 -
CMYK 0 0.66 0.64 0.36
HSL 358.32º 0.49% 0.43% -
HSV(B) 358.32º 0.66% 0.64% -
XYZ 17.31 10.93 5.34 -
YUV 88.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 163 56 59 0 0.66 0.64 0.36 358.32 0.49 0.43
Hex A3 38 3B 0 42 40 24 166 31 2B
Octal 243 70 73 0 102 100 44 546 61 53
Binary 10100011 111000 111011 0 1000010 1000000 100100 101100110 110001 101011

Color Harmonies of #A3383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3383B

Black with #A3383B

Text Example


Text Example

White with #A3383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3383B; }

 p { color: rgb(163,56,59); }

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

background-color css

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

 a { background-color: rgb(163,56,59); }

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

border-color css

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

 span { border-color: rgb(163,56,59); }

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