Html Css Color HEX #A33813 Rust

📋 copy color: '#A33813'

red 163 ◦ green 56 ◦ blue 19

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

Shades of Rust #A33813

Tints of Rust #A33813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 68.49%
G = 23.53%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A33813 (or 0xA33813) is known color: Rust. HEX triplet: A3, 38 and 13. RGB value is (163,56,19). Sum of RGB (Red+Green+Blue) = 163+56+19=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A33813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33813 is #5CC7EC. Grayscale: #545454. Windows color (decimal): -6080493 or 1259683. OLE color: 1259683.

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

Color convert

RGB 163 56 19 -
CMYK 0 0.66 0.88 0.36
HSL 15.42º 0.79% 0.36% -
HSV(B) 15.42º 0.88% 0.64% -
XYZ 16.64 10.66 1.8 -
YUV 83.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 163 56 19 0 0.66 0.88 0.36 15.42 0.79 0.36
Hex A3 38 13 0 42 58 24 F 4F 24
Octal 243 70 23 0 102 130 44 17 117 44
Binary 10100011 111000 10011 0 1000010 1011000 100100 1111 1001111 100100

Color Harmonies of #A33813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33813

Black with #A33813

Text Example


Text Example

White with #A33813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33813; }

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

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

background-color css

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

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

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

border-color css

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

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

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