Html Css Color HEX #A33000 Rust

📋 copy color: '#A33000'

red 163 ◦ green 48 ◦ blue 0

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

Shades of Rust #A33000

Tints of Rust #A33000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

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

R = 77.25%
G = 22.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A33000 (or 0xA33000) is known color: Rust. HEX triplet: A3, 30 and 00. RGB value is (163,48,0). Sum of RGB (Red+Green+Blue) = 163+48+0=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A33000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33000 is #5CCFFF. Grayscale: #4D4D4D. Windows color (decimal): -6082560 or 12451. OLE color: 12451.

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

Color convert

RGB 163 48 0 -
CMYK 0 0.71 1 0.36
HSL 17.67º 1% 0.32% -
HSV(B) 17.67º 1% 0.64% -
XYZ 16.16 9.9 1.06 -
YUV 76.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 163 48 0 0 0.71 1 0.36 17.67 1 0.32
Hex A3 30 0 0 47 64 24 12 64 20
Octal 243 60 0 0 107 144 44 22 144 40
Binary 10100011 110000 0 0 1000111 1100100 100100 10010 1100100 100000

Color Harmonies of #A33000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33000

Black with #A33000

Text Example


Text Example

White with #A33000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33000; }

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

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

background-color css

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

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

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

border-color css

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

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

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