Html Css Color HEX #C75015 Rust

📋 copy color: '#C75015'

red 199 ◦ green 80 ◦ blue 21

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

Shades of Rust #C75015

Tints of Rust #C75015

RGB

 RED value IS 199 (78.13% from 255) = 66.33%

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 21 (8.59% from 255) = 7%

R = 66.33%
G = 26.67%
B = 7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75015 (or 0xC75015) is known color: Rust. HEX triplet: C7, 50 and 15. RGB value is (199,80,21). Sum of RGB (Red+Green+Blue) = 199+80+21=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C75015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75015 is #38AFEA. Grayscale: #6D6D6D. Windows color (decimal): -3715051 or 1396935. OLE color: 1396935.

HSL color Cylindrical-coordinate representation of color #C75015: hue angle of 19.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C75015 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 21 -
CMYK 0 0.60 0.89 0.22
HSL 19.89º 0.81% 0.43% -
HSV(B) 19.89º 0.89% 0.78% -
XYZ 26.56 17.93 2.77 -
YUV 108.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 199 80 21 0 0.60 0.89 0.22 19.89 0.81 0.43
Hex C7 50 15 0 3C 59 16 14 51 2B
Octal 307 120 25 0 74 131 26 24 121 53
Binary 11000111 1010000 10101 0 111100 1011001 10110 10100 1010001 101011

Color Harmonies of #C75015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75015

Black with #C75015

Text Example


Text Example

White with #C75015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75015; }

 p { color: rgb(199,80,21); }

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

background-color css

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

 a { background-color: rgb(199,80,21); }

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

border-color css

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

 span { border-color: rgb(199,80,21); }

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