Html Css Color HEX #A83438 Guardsman Red

📋 copy color: '#A83438'

red 168 ◦ green 52 ◦ blue 56

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

Shades of Guardsman Red #A83438

Tints of Guardsman Red #A83438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 60.87%
G = 18.84%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A83438 (or 0xA83438) is known color: Guardsman Red. HEX triplet: A8, 34 and 38. RGB value is (168,52,56). Sum of RGB (Red+Green+Blue) = 168+52+56=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A83438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83438 is #57CBC7. Grayscale: #575757. Windows color (decimal): -5753800 or 3683496. OLE color: 3683496.

HSL color Cylindrical-coordinate representation of color #A83438: hue angle of 357.93º 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 #A83438 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 56 -
CMYK 0 0.69 0.67 0.34
HSL 357.93º 0.53% 0.43% -
HSV(B) 357.93º 0.69% 0.66% -
XYZ 18.09 11.07 4.92 -
YUV 87.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 168 52 56 0 0.69 0.67 0.34 357.93 0.53 0.43
Hex A8 34 38 0 45 43 22 166 35 2B
Octal 250 64 70 0 105 103 42 546 65 53
Binary 10101000 110100 111000 0 1000101 1000011 100010 101100110 110101 101011

Color Harmonies of #A83438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83438

Black with #A83438

Text Example


Text Example

White with #A83438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83438; }

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

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

background-color css

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

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

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

border-color css

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

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

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