Html Css Color HEX #A83007 Rust

📋 copy color: '#A83007'

red 168 ◦ green 48 ◦ blue 7

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

Shades of Rust #A83007

Tints of Rust #A83007

RGB

 RED value IS 168 (66.02% from 255) = 75.34%

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

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

R = 75.34%
G = 21.52%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A83007 (or 0xA83007) is known color: Rust. HEX triplet: A8, 30 and 07. RGB value is (168,48,7). Sum of RGB (Red+Green+Blue) = 168+48+7=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A83007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83007 is #57CFF8. Grayscale: #4F4F4F. Windows color (decimal): -5754873 or 471208. OLE color: 471208.

HSL color Cylindrical-coordinate representation of color #A83007: hue angle of 15.28º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A83007 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 7 -
CMYK 0 0.71 0.96 0.34
HSL 15.28º 0.92% 0.34% -
HSV(B) 15.28º 0.96% 0.66% -
XYZ 17.24 10.45 1.31 -
YUV 79.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 168 48 7 0 0.71 0.96 0.34 15.28 0.92 0.34
Hex A8 30 7 0 47 60 22 F 5C 22
Octal 250 60 7 0 107 140 42 17 134 42
Binary 10101000 110000 111 0 1000111 1100000 100010 1111 1011100 100010

Color Harmonies of #A83007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83007

Black with #A83007

Text Example


Text Example

White with #A83007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83007; }

 p { color: rgb(168,48,7); }

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

background-color css

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

 a { background-color: rgb(168,48,7); }

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

border-color css

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

 span { border-color: rgb(168,48,7); }

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