Html Css Color HEX #C64413 Rust

📋 copy color: '#C64413'

red 198 ◦ green 68 ◦ blue 19

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

Shades of Rust #C64413

Tints of Rust #C64413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 69.47%
G = 23.86%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C64413 (or 0xC64413) is known color: Rust. HEX triplet: C6, 44 and 13. RGB value is (198,68,19). Sum of RGB (Red+Green+Blue) = 198+68+19=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64413 is #39BBEC. Grayscale: #656565. Windows color (decimal): -3783661 or 1262790. OLE color: 1262790.

HSL color Cylindrical-coordinate representation of color #C64413: hue angle of 16.42º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C64413 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 19 -
CMYK 0 0.66 0.90 0.22
HSL 16.42º 0.82% 0.43% -
HSV(B) 16.42º 0.9% 0.78% -
XYZ 25.47 16.19 2.4 -
YUV 101.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 198 68 19 0 0.66 0.90 0.22 16.42 0.82 0.43
Hex C6 44 13 0 42 5A 16 10 52 2B
Octal 306 104 23 0 102 132 26 20 122 53
Binary 11000110 1000100 10011 0 1000010 1011010 10110 10000 1010010 101011

Color Harmonies of #C64413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64413

Black with #C64413

Text Example


Text Example

White with #C64413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64413; }

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

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

background-color css

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

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

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

border-color css

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

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

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