Html Css Color HEX #A33B12 Rust

📋 copy color: '#A33B12'

red 163 ◦ green 59 ◦ blue 18

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

Shades of Rust #A33B12

Tints of Rust #A33B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

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

R = 67.92%
G = 24.58%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33B12 (or 0xA33B12) is known color: Rust. HEX triplet: A3, 3B and 12. RGB value is (163,59,18). Sum of RGB (Red+Green+Blue) = 163+59+18=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33B12 is #5CC4ED. Grayscale: #555555. Windows color (decimal): -6079726 or 1194915. OLE color: 1194915.

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

Color convert

RGB 163 59 18 -
CMYK 0 0.64 0.89 0.36
HSL 16.97º 0.8% 0.35% -
HSV(B) 16.97º 0.89% 0.64% -
XYZ 16.78 10.96 1.8 -
YUV 85.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 163 59 18 0 0.64 0.89 0.36 16.97 0.8 0.35
Hex A3 3B 12 0 40 59 24 11 50 23
Octal 243 73 22 0 100 131 44 21 120 43
Binary 10100011 111011 10010 0 1000000 1011001 100100 10001 1010000 100011

Color Harmonies of #A33B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33B12

Black with #A33B12

Text Example


Text Example

White with #A33B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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