Html Css Color HEX #A33107 Rust

📋 copy color: '#A33107'

red 163 ◦ green 49 ◦ blue 7

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

Shades of Rust #A33107

Tints of Rust #A33107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

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

R = 74.43%
G = 22.37%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A33107 (or 0xA33107) is known color: Rust. HEX triplet: A3, 31 and 07. RGB value is (163,49,7). Sum of RGB (Red+Green+Blue) = 163+49+7=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A33107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33107 is #5CCEF8. Grayscale: #4E4E4E. Windows color (decimal): -6082297 or 471459. OLE color: 471459.

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

Color convert

RGB 163 49 7 -
CMYK 0 0.70 0.96 0.36
HSL 16.15º 0.92% 0.33% -
HSV(B) 16.15º 0.96% 0.64% -
XYZ 16.24 10 1.27 -
YUV 78.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 163 49 7 0 0.70 0.96 0.36 16.15 0.92 0.33
Hex A3 31 7 0 46 60 24 10 5C 21
Octal 243 61 7 0 106 140 44 20 134 41
Binary 10100011 110001 111 0 1000110 1100000 100100 10000 1011100 100001

Color Harmonies of #A33107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33107

Black with #A33107

Text Example


Text Example

White with #A33107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33107; }

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

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

background-color css

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

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

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

border-color css

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

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

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