Html Css Color HEX #A33800 Rust

📋 copy color: '#A33800'

red 163 ◦ green 56 ◦ blue 0

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

Shades of Rust #A33800

Tints of Rust #A33800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.43%
G = 25.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A33800 (or 0xA33800) is known color: Rust. HEX triplet: A3, 38 and 00. RGB value is (163,56,0). Sum of RGB (Red+Green+Blue) = 163+56+0=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A33800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33800 is #5CC7FF. Grayscale: #515151. Windows color (decimal): -6080512 or 14499. OLE color: 14499.

HSL color Cylindrical-coordinate representation of color #A33800: hue angle of 20.61º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A33800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 56 0 -
CMYK 0 0.66 1 0.36
HSL 20.61º 1% 0.32% -
HSV(B) 20.61º 1% 0.64% -
XYZ 16.52 10.61 1.18 -
YUV 81.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 163 56 0 0 0.66 1 0.36 20.61 1 0.32
Hex A3 38 0 0 42 64 24 15 64 20
Octal 243 70 0 0 102 144 44 25 144 40
Binary 10100011 111000 0 0 1000010 1100100 100100 10101 1100100 100000

Color Harmonies of #A33800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33800

Black with #A33800

Text Example


Text Example

White with #A33800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33800; }

 p { color: rgb(163,56,0); }

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

background-color css

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

 a { background-color: rgb(163,56,0); }

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

border-color css

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

 span { border-color: rgb(163,56,0); }

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