Html Css Color HEX #C64402 Rust

📋 copy color: '#C64402'

red 198 ◦ green 68 ◦ blue 2

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

Shades of Rust #C64402

Tints of Rust #C64402

RGB

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

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

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

R = 73.88%
G = 25.37%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64402 (or 0xC64402) is known color: Rust. HEX triplet: C6, 44 and 02. RGB value is (198,68,2). Sum of RGB (Red+Green+Blue) = 198+68+2=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C64402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64402 is #39BBFD. Grayscale: #636363. Windows color (decimal): -3783678 or 148678. OLE color: 148678.

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

Color convert

RGB 198 68 2 -
CMYK 0 0.66 0.99 0.22
HSL 20.2º 0.98% 0.39% -
HSV(B) 20.2º 0.99% 0.78% -
XYZ 25.37 16.14 1.84 -
YUV 99.35 73.07 198.37 -
System Red Green Blue C M Y K H S L
Decimal 198 68 2 0 0.66 0.99 0.22 20.2 0.98 0.39
Hex C6 44 2 0 42 63 16 14 62 27
Octal 306 104 2 0 102 143 26 24 142 47
Binary 11000110 1000100 10 0 1000010 1100011 10110 10100 1100010 100111

Color Harmonies of #C64402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64402

Black with #C64402

Text Example


Text Example

White with #C64402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64402; }

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

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

background-color css

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

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

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

border-color css

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

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

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