Html Css Color HEX #A33338 Guardsman Red

📋 copy color: '#A33338'

red 163 ◦ green 51 ◦ blue 56

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

Shades of Guardsman Red #A33338

Tints of Guardsman Red #A33338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 60.37%
G = 18.89%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A33338 (or 0xA33338) is known color: Guardsman Red. HEX triplet: A3, 33 and 38. RGB value is (163,51,56). Sum of RGB (Red+Green+Blue) = 163+51+56=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A33338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33338 is #5CCCC7. Grayscale: #555555. Windows color (decimal): -6081736 or 3683235. OLE color: 3683235.

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

Color convert

RGB 163 51 56 -
CMYK 0 0.69 0.66 0.36
HSL 357.32º 0.52% 0.42% -
HSV(B) 357.32º 0.69% 0.64% -
XYZ 17 10.44 4.86 -
YUV 85.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 163 51 56 0 0.69 0.66 0.36 357.32 0.52 0.42
Hex A3 33 38 0 45 42 24 165 34 2A
Octal 243 63 70 0 105 102 44 545 64 52
Binary 10100011 110011 111000 0 1000101 1000010 100100 101100101 110100 101010

Color Harmonies of #A33338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33338

Black with #A33338

Text Example


Text Example

White with #A33338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33338; }

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

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

background-color css

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

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

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

border-color css

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

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

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