Html Css Color HEX #A33307 Rust

📋 copy color: '#A33307'

red 163 ◦ green 51 ◦ blue 7

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

Shades of Rust #A33307

Tints of Rust #A33307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 7 (3.13% from 255) = 3.17%

R = 73.76%
G = 23.08%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A33307 (or 0xA33307) is known color: Rust. HEX triplet: A3, 33 and 07. RGB value is (163,51,7). Sum of RGB (Red+Green+Blue) = 163+51+7=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A33307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33307 is #5CCCF8. Grayscale: #4F4F4F. Windows color (decimal): -6081785 or 471971. OLE color: 471971.

HSL color Cylindrical-coordinate representation of color #A33307: hue angle of 16.92º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A33307 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 7 -
CMYK 0 0.69 0.96 0.36
HSL 16.92º 0.92% 0.33% -
HSV(B) 16.92º 0.96% 0.64% -
XYZ 16.33 10.17 1.3 -
YUV 79.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 163 51 7 0 0.69 0.96 0.36 16.92 0.92 0.33
Hex A3 33 7 0 45 60 24 11 5C 21
Octal 243 63 7 0 105 140 44 21 134 41
Binary 10100011 110011 111 0 1000101 1100000 100100 10001 1011100 100001

Color Harmonies of #A33307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33307

Black with #A33307

Text Example


Text Example

White with #A33307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33307; }

 p { color: rgb(163,51,7); }

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

background-color css

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

 a { background-color: rgb(163,51,7); }

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

border-color css

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

 span { border-color: rgb(163,51,7); }

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