Html Css Color HEX #A6383F Guardsman Red

📋 copy color: '#A6383F'

red 166 ◦ green 56 ◦ blue 63

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

Shades of Guardsman Red #A6383F

Tints of Guardsman Red #A6383F

RGB

 RED value IS 166 (65.23% from 255) = 58.25%

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

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

R = 58.25%
G = 19.65%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6383F (or 0xA6383F) is known color: Guardsman Red. HEX triplet: A6, 38 and 3F. RGB value is (166,56,63). Sum of RGB (Red+Green+Blue) = 166+56+63=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A6383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6383F is #59C7C0. Grayscale: #595959. Windows color (decimal): -5883841 or 4143270. OLE color: 4143270.

HSL color Cylindrical-coordinate representation of color #A6383F: hue angle of 356.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6383F is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 63 -
CMYK 0 0.66 0.62 0.35
HSL 356.18º 0.5% 0.44% -
HSV(B) 356.18º 0.66% 0.65% -
XYZ 18.04 11.29 5.93 -
YUV 89.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 166 56 63 0 0.66 0.62 0.35 356.18 0.5 0.44
Hex A6 38 3F 0 42 3E 23 164 32 2C
Octal 246 70 77 0 102 76 43 544 62 54
Binary 10100110 111000 111111 0 1000010 111110 100011 101100100 110010 101100

Color Harmonies of #A6383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6383F

Black with #A6383F

Text Example


Text Example

White with #A6383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6383F; }

 p { color: rgb(166,56,63); }

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

background-color css

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

 a { background-color: rgb(166,56,63); }

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

border-color css

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

 span { border-color: rgb(166,56,63); }

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