Html Css Color HEX #A33D0E Rust

📋 copy color: '#A33D0E'

red 163 ◦ green 61 ◦ blue 14

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

Shades of Rust #A33D0E

Tints of Rust #A33D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 68.49%
G = 25.63%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A33D0E (or 0xA33D0E) is known color: Rust. HEX triplet: A3, 3D and 0E. RGB value is (163,61,14). Sum of RGB (Red+Green+Blue) = 163+61+14=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D0E is #5CC2F1. Grayscale: #565656. Windows color (decimal): -6079218 or 933283. OLE color: 933283.

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

Color convert

RGB 163 61 14 -
CMYK 0 0.63 0.91 0.36
HSL 18.93º 0.84% 0.35% -
HSV(B) 18.93º 0.91% 0.64% -
XYZ 16.85 11.16 1.68 -
YUV 86.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 163 61 14 0 0.63 0.91 0.36 18.93 0.84 0.35
Hex A3 3D E 0 3F 5B 24 13 54 23
Octal 243 75 16 0 77 133 44 23 124 43
Binary 10100011 111101 1110 0 111111 1011011 100100 10011 1010100 100011

Color Harmonies of #A33D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D0E

Black with #A33D0E

Text Example


Text Example

White with #A33D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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