Html Css Color HEX #C04002 Rust

📋 copy color: '#C04002'

red 192 ◦ green 64 ◦ blue 2

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

Shades of Rust #C04002

Tints of Rust #C04002

RGB

 RED value IS 192 (75.39% from 255) = 74.42%

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

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

R = 74.42%
G = 24.81%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C04002 (or 0xC04002) is known color: Rust. HEX triplet: C0, 40 and 02. RGB value is (192,64,2). Sum of RGB (Red+Green+Blue) = 192+64+2=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C04002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04002 is #3FBFFD. Grayscale: #5F5F5F. Windows color (decimal): -4177918 or 147648. OLE color: 147648.

HSL color Cylindrical-coordinate representation of color #C04002: hue angle of 19.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C04002 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 2 -
CMYK 0 0.67 0.99 0.25
HSL 19.58º 0.98% 0.38% -
HSV(B) 19.58º 0.99% 0.75% -
XYZ 23.58 14.88 1.69 -
YUV 95.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 192 64 2 0 0.67 0.99 0.25 19.58 0.98 0.38
Hex C0 40 2 0 43 63 19 14 62 26
Octal 300 100 2 0 103 143 31 24 142 46
Binary 11000000 1000000 10 0 1000011 1100011 11001 10100 1100010 100110

Color Harmonies of #C04002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04002

Black with #C04002

Text Example


Text Example

White with #C04002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04002; }

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

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

background-color css

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

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

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

border-color css

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

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

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