Html Css Color HEX #C64002 Rust

📋 copy color: '#C64002'

red 198 ◦ green 64 ◦ blue 2

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

Shades of Rust #C64002

Tints of Rust #C64002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 75%
G = 24.24%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64002 (or 0xC64002) is known color: Rust. HEX triplet: C6, 40 and 02. RGB value is (198,64,2). Sum of RGB (Red+Green+Blue) = 198+64+2=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C64002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64002 is #39BFFD. Grayscale: #616161. Windows color (decimal): -3784702 or 147654. OLE color: 147654.

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

Color convert

RGB 198 64 2 -
CMYK 0 0.68 0.99 0.22
HSL 18.98º 0.98% 0.39% -
HSV(B) 18.98º 0.99% 0.78% -
XYZ 25.13 15.68 1.76 -
YUV 97 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 198 64 2 0 0.68 0.99 0.22 18.98 0.98 0.39
Hex C6 40 2 0 44 63 16 13 62 27
Octal 306 100 2 0 104 143 26 23 142 47
Binary 11000110 1000000 10 0 1000100 1100011 10110 10011 1100010 100111

Color Harmonies of #C64002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64002

Black with #C64002

Text Example


Text Example

White with #C64002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64002; }

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

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

background-color css

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

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

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

border-color css

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

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

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