Html Css Color HEX #A33E0D Rust

📋 copy color: '#A33E0D'

red 163 ◦ green 62 ◦ blue 13

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

Shades of Rust #A33E0D

Tints of Rust #A33E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 68.49%
G = 26.05%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A33E0D (or 0xA33E0D) is known color: Rust. HEX triplet: A3, 3E and 0D. RGB value is (163,62,13). Sum of RGB (Red+Green+Blue) = 163+62+13=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33E0D is #5CC1F2. Grayscale: #565656. Windows color (decimal): -6078963 or 868003. OLE color: 868003.

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

Color convert

RGB 163 62 13 -
CMYK 0 0.62 0.92 0.36
HSL 19.6º 0.85% 0.35% -
HSV(B) 19.6º 0.92% 0.64% -
XYZ 16.9 11.26 1.66 -
YUV 86.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 163 62 13 0 0.62 0.92 0.36 19.6 0.85 0.35
Hex A3 3E D 0 3E 5C 24 14 55 23
Octal 243 76 15 0 76 134 44 24 125 43
Binary 10100011 111110 1101 0 111110 1011100 100100 10100 1010101 100011

Color Harmonies of #A33E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33E0D

Black with #A33E0D

Text Example


Text Example

White with #A33E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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