Html Css Color HEX #A33F0D Rust

📋 copy color: '#A33F0D'

red 163 ◦ green 63 ◦ blue 13

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

Shades of Rust #A33F0D

Tints of Rust #A33F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 68.2%
G = 26.36%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A33F0D (or 0xA33F0D) is known color: Rust. HEX triplet: A3, 3F and 0D. RGB value is (163,63,13). Sum of RGB (Red+Green+Blue) = 163+63+13=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F0D is #5CC0F2. Grayscale: #575757. Windows color (decimal): -6078707 or 868259. OLE color: 868259.

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

Color convert

RGB 163 63 13 -
CMYK 0 0.61 0.92 0.36
HSL 20º 0.85% 0.35% -
HSV(B) 20º 0.92% 0.64% -
XYZ 16.95 11.37 1.68 -
YUV 87.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 163 63 13 0 0.61 0.92 0.36 20 0.85 0.35
Hex A3 3F D 0 3D 5C 24 14 55 23
Octal 243 77 15 0 75 134 44 24 125 43
Binary 10100011 111111 1101 0 111101 1011100 100100 10100 1010101 100011

Color Harmonies of #A33F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F0D

Black with #A33F0D

Text Example


Text Example

White with #A33F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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