Html Css Color HEX #A33D18 Rust

📋 copy color: '#A33D18'

red 163 ◦ green 61 ◦ blue 24

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

Shades of Rust #A33D18

Tints of Rust #A33D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 65.73%
G = 24.6%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A33D18 (or 0xA33D18) is known color: Rust. HEX triplet: A3, 3D and 18. RGB value is (163,61,24). Sum of RGB (Red+Green+Blue) = 163+61+24=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D18 is #5CC2E7. Grayscale: #575757. Windows color (decimal): -6079208 or 1588643. OLE color: 1588643.

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

Color convert

RGB 163 61 24 -
CMYK 0 0.63 0.85 0.36
HSL 15.97º 0.74% 0.37% -
HSV(B) 15.97º 0.85% 0.64% -
XYZ 16.94 11.19 2.13 -
YUV 87.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 163 61 24 0 0.63 0.85 0.36 15.97 0.74 0.37
Hex A3 3D 18 0 3F 55 24 10 4A 25
Octal 243 75 30 0 77 125 44 20 112 45
Binary 10100011 111101 11000 0 111111 1010101 100100 10000 1001010 100101

Color Harmonies of #A33D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D18

Black with #A33D18

Text Example


Text Example

White with #A33D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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