Html Css Color HEX #A33D01 Rust

📋 copy color: '#A33D01'

red 163 ◦ green 61 ◦ blue 1

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

Shades of Rust #A33D01

Tints of Rust #A33D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.11%

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

R = 72.44%
G = 27.11%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A33D01 (or 0xA33D01) is known color: Rust. HEX triplet: A3, 3D and 01. RGB value is (163,61,1). Sum of RGB (Red+Green+Blue) = 163+61+1=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D01 is #5CC2FE. Grayscale: #545454. Windows color (decimal): -6079231 or 81315. OLE color: 81315.

HSL color Cylindrical-coordinate representation of color #A33D01: hue angle of 22.22º 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 #A33D01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 61 1 -
CMYK 0 0.63 0.99 0.36
HSL 22.22º 0.99% 0.32% -
HSV(B) 22.22º 0.99% 0.64% -
XYZ 16.78 11.13 1.29 -
YUV 84.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 163 61 1 0 0.63 0.99 0.36 22.22 0.99 0.32
Hex A3 3D 1 0 3F 63 24 16 63 20
Octal 243 75 1 0 77 143 44 26 143 40
Binary 10100011 111101 1 0 111111 1100011 100100 10110 1100011 100000

Color Harmonies of #A33D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D01

Black with #A33D01

Text Example


Text Example

White with #A33D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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