Html Css Color HEX #C04A15 Rust

📋 copy color: '#C04A15'

red 192 ◦ green 74 ◦ blue 21

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

Shades of Rust #C04A15

Tints of Rust #C04A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 66.9%
G = 25.78%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04A15 (or 0xC04A15) is known color: Rust. HEX triplet: C0, 4A and 15. RGB value is (192,74,21). Sum of RGB (Red+Green+Blue) = 192+74+21=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A15 is #3FB5EA. Grayscale: #676767. Windows color (decimal): -4175339 or 1395392. OLE color: 1395392.

HSL color Cylindrical-coordinate representation of color #C04A15: hue angle of 18.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04A15 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 21 -
CMYK 0 0.61 0.89 0.25
HSL 18.6º 0.8% 0.42% -
HSV(B) 18.6º 0.89% 0.75% -
XYZ 24.32 16.16 2.55 -
YUV 103.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 192 74 21 0 0.61 0.89 0.25 18.6 0.8 0.42
Hex C0 4A 15 0 3D 59 19 13 50 2A
Octal 300 112 25 0 75 131 31 23 120 52
Binary 11000000 1001010 10101 0 111101 1011001 11001 10011 1010000 101010

Color Harmonies of #C04A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A15

Black with #C04A15

Text Example


Text Example

White with #C04A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A15; }

 p { color: rgb(192,74,21); }

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

background-color css

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

 a { background-color: rgb(192,74,21); }

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

border-color css

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

 span { border-color: rgb(192,74,21); }

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