Html Css Color HEX #A33E12 Rust

📋 copy color: '#A33E12'

red 163 ◦ green 62 ◦ blue 18

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

Shades of Rust #A33E12

Tints of Rust #A33E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

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

R = 67.08%
G = 25.51%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A33E12 (or 0xA33E12) is known color: Rust. HEX triplet: A3, 3E and 12. RGB value is (163,62,18). Sum of RGB (Red+Green+Blue) = 163+62+18=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33E12 is #5CC1ED. Grayscale: #575757. Windows color (decimal): -6078958 or 1195683. OLE color: 1195683.

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

Color convert

RGB 163 62 18 -
CMYK 0 0.62 0.89 0.36
HSL 18.21º 0.8% 0.35% -
HSV(B) 18.21º 0.89% 0.64% -
XYZ 16.94 11.28 1.86 -
YUV 87.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 163 62 18 0 0.62 0.89 0.36 18.21 0.8 0.35
Hex A3 3E 12 0 3E 59 24 12 50 23
Octal 243 76 22 0 76 131 44 22 120 43
Binary 10100011 111110 10010 0 111110 1011001 100100 10010 1010000 100011

Color Harmonies of #A33E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E12

Black with #A33E12

Text Example


Text Example

White with #A33E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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