Html Css Color HEX #A33315 Rust

📋 copy color: '#A33315'

red 163 ◦ green 51 ◦ blue 21

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

Shades of Rust #A33315

Tints of Rust #A33315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 69.36%
G = 21.7%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33315 (or 0xA33315) is known color: Rust. HEX triplet: A3, 33 and 15. RGB value is (163,51,21). Sum of RGB (Red+Green+Blue) = 163+51+21=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A33315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33315 is #5CCCEA. Grayscale: #515151. Windows color (decimal): -6081771 or 1389475. OLE color: 1389475.

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

Color convert

RGB 163 51 21 -
CMYK 0 0.69 0.87 0.36
HSL 12.68º 0.77% 0.36% -
HSV(B) 12.68º 0.87% 0.64% -
XYZ 16.42 10.21 1.81 -
YUV 81.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 163 51 21 0 0.69 0.87 0.36 12.68 0.77 0.36
Hex A3 33 15 0 45 57 24 D 4D 24
Octal 243 63 25 0 105 127 44 15 115 44
Binary 10100011 110011 10101 0 1000101 1010111 100100 1101 1001101 100100

Color Harmonies of #A33315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33315

Black with #A33315

Text Example


Text Example

White with #A33315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33315; }

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

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

background-color css

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

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

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

border-color css

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

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

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