Html Css Color HEX #C6400D Rust

📋 copy color: '#C6400D'

red 198 ◦ green 64 ◦ blue 13

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

Shades of Rust #C6400D

Tints of Rust #C6400D

RGB

 RED value IS 198 (77.73% from 255) = 72%

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 72%
G = 23.27%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6400D (or 0xC6400D) is known color: Rust. HEX triplet: C6, 40 and 0D. RGB value is (198,64,13). Sum of RGB (Red+Green+Blue) = 198+64+13=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6400D is #39BFF2. Grayscale: #626262. Windows color (decimal): -3784691 or 868550. OLE color: 868550.

HSL color Cylindrical-coordinate representation of color #C6400D: hue angle of 16.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6400D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 13 -
CMYK 0 0.68 0.93 0.22
HSL 16.54º 0.88% 0.41% -
HSV(B) 16.54º 0.93% 0.78% -
XYZ 25.19 15.7 2.08 -
YUV 98.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 198 64 13 0 0.68 0.93 0.22 16.54 0.88 0.41
Hex C6 40 D 0 44 5D 16 11 58 29
Octal 306 100 15 0 104 135 26 21 130 51
Binary 11000110 1000000 1101 0 1000100 1011101 10110 10001 1011000 101001

Color Harmonies of #C6400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6400D

Black with #C6400D

Text Example


Text Example

White with #C6400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6400D; }

 p { color: rgb(198,64,13); }

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

background-color css

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

 a { background-color: rgb(198,64,13); }

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

border-color css

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

 span { border-color: rgb(198,64,13); }

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