Html Css Color HEX #A33101 Rust

📋 copy color: '#A33101'

red 163 ◦ green 49 ◦ blue 1

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

Shades of Rust #A33101

Tints of Rust #A33101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 76.53%
G = 23%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A33101 (or 0xA33101) is known color: Rust. HEX triplet: A3, 31 and 01. RGB value is (163,49,1). Sum of RGB (Red+Green+Blue) = 163+49+1=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A33101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33101 is #5CCEFE. Grayscale: #4D4D4D. Windows color (decimal): -6082303 or 78243. OLE color: 78243.

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

Color convert

RGB 163 49 1 -
CMYK 0 0.70 0.99 0.36
HSL 17.78º 0.99% 0.32% -
HSV(B) 17.78º 0.99% 0.64% -
XYZ 16.21 9.99 1.1 -
YUV 77.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 163 49 1 0 0.70 0.99 0.36 17.78 0.99 0.32
Hex A3 31 1 0 46 63 24 12 63 20
Octal 243 61 1 0 106 143 44 22 143 40
Binary 10100011 110001 1 0 1000110 1100011 100100 10010 1100011 100000

Color Harmonies of #A33101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33101

Black with #A33101

Text Example


Text Example

White with #A33101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33101; }

 p { color: rgb(163,49,1); }

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

background-color css

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

 a { background-color: rgb(163,49,1); }

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

border-color css

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

 span { border-color: rgb(163,49,1); }

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