Html Css Color HEX #A33638 Guardsman Red

📋 copy color: '#A33638'

red 163 ◦ green 54 ◦ blue 56

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

Shades of Guardsman Red #A33638

Tints of Guardsman Red #A33638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 59.71%
G = 19.78%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A33638 (or 0xA33638) is known color: Guardsman Red. HEX triplet: A3, 36 and 38. RGB value is (163,54,56). Sum of RGB (Red+Green+Blue) = 163+54+56=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A33638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33638 is #5CC9C7. Grayscale: #565656. Windows color (decimal): -6080968 or 3684003. OLE color: 3684003.

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

Color convert

RGB 163 54 56 -
CMYK 0 0.67 0.66 0.36
HSL 358.9º 0.5% 0.43% -
HSV(B) 358.9º 0.67% 0.64% -
XYZ 17.14 10.71 4.91 -
YUV 86.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 163 54 56 0 0.67 0.66 0.36 358.9 0.5 0.43
Hex A3 36 38 0 43 42 24 167 32 2B
Octal 243 66 70 0 103 102 44 547 62 53
Binary 10100011 110110 111000 0 1000011 1000010 100100 101100111 110010 101011

Color Harmonies of #A33638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33638

Black with #A33638

Text Example


Text Example

White with #A33638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33638; }

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

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

background-color css

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

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

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

border-color css

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

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

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