Html Css Color HEX #A33D12 Rust

📋 copy color: '#A33D12'

red 163 ◦ green 61 ◦ blue 18

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

Shades of Rust #A33D12

Tints of Rust #A33D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 67.36%
G = 25.21%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33D12 (or 0xA33D12) is known color: Rust. HEX triplet: A3, 3D and 12. RGB value is (163,61,18). Sum of RGB (Red+Green+Blue) = 163+61+18=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D12 is #5CC2ED. Grayscale: #565656. Windows color (decimal): -6079214 or 1195427. OLE color: 1195427.

HSL color Cylindrical-coordinate representation of color #A33D12: hue angle of 17.79º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A33D12 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 61 18 -
CMYK 0 0.63 0.89 0.36
HSL 17.79º 0.8% 0.35% -
HSV(B) 17.79º 0.89% 0.64% -
XYZ 16.88 11.17 1.84 -
YUV 86.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 163 61 18 0 0.63 0.89 0.36 17.79 0.8 0.35
Hex A3 3D 12 0 3F 59 24 12 50 23
Octal 243 75 22 0 77 131 44 22 120 43
Binary 10100011 111101 10010 0 111111 1011001 100100 10010 1010000 100011

Color Harmonies of #A33D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D12

Black with #A33D12

Text Example


Text Example

White with #A33D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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