Html Css Color HEX #C64415 Rust

📋 copy color: '#C64415'

red 198 ◦ green 68 ◦ blue 21

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

Shades of Rust #C64415

Tints of Rust #C64415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 68.99%
G = 23.69%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C64415 (or 0xC64415) is known color: Rust. HEX triplet: C6, 44 and 15. RGB value is (198,68,21). Sum of RGB (Red+Green+Blue) = 198+68+21=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64415 is #39BBEA. Grayscale: #656565. Windows color (decimal): -3783659 or 1393862. OLE color: 1393862.

HSL color Cylindrical-coordinate representation of color #C64415: hue angle of 15.93º 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 #C64415 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 21 -
CMYK 0 0.66 0.89 0.22
HSL 15.93º 0.81% 0.43% -
HSV(B) 15.93º 0.89% 0.78% -
XYZ 25.49 16.19 2.49 -
YUV 101.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 198 68 21 0 0.66 0.89 0.22 15.93 0.81 0.43
Hex C6 44 15 0 42 59 16 10 51 2B
Octal 306 104 25 0 102 131 26 20 121 53
Binary 11000110 1000100 10101 0 1000010 1011001 10110 10000 1010001 101011

Color Harmonies of #C64415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64415

Black with #C64415

Text Example


Text Example

White with #C64415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64415; }

 p { color: rgb(198,68,21); }

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

background-color css

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

 a { background-color: rgb(198,68,21); }

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

border-color css

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

 span { border-color: rgb(198,68,21); }

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