Html Css Color HEX #C64003 Rust

📋 copy color: '#C64003'

red 198 ◦ green 64 ◦ blue 3

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

Shades of Rust #C64003

Tints of Rust #C64003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 74.72%
G = 24.15%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C64003 (or 0xC64003) is known color: Rust. HEX triplet: C6, 40 and 03. RGB value is (198,64,3). Sum of RGB (Red+Green+Blue) = 198+64+3=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C64003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64003 is #39BFFC. Grayscale: #616161. Windows color (decimal): -3784701 or 213190. OLE color: 213190.

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

Color convert

RGB 198 64 3 -
CMYK 0 0.68 0.98 0.22
HSL 18.77º 0.97% 0.39% -
HSV(B) 18.77º 0.98% 0.78% -
XYZ 25.14 15.68 1.79 -
YUV 97.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 198 64 3 0 0.68 0.98 0.22 18.77 0.97 0.39
Hex C6 40 3 0 44 62 16 13 61 27
Octal 306 100 3 0 104 142 26 23 141 47
Binary 11000110 1000000 11 0 1000100 1100010 10110 10011 1100001 100111

Color Harmonies of #C64003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64003

Black with #C64003

Text Example


Text Example

White with #C64003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64003; }

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

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

background-color css

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

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

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

border-color css

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

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

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