Html Css Color HEX #C04A19 Rust

📋 copy color: '#C04A19'

red 192 ◦ green 74 ◦ blue 25

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

Shades of Rust #C04A19

Tints of Rust #C04A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.59%

R = 65.98%
G = 25.43%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C04A19 (or 0xC04A19) is known color: Rust. HEX triplet: C0, 4A and 19. RGB value is (192,74,25). Sum of RGB (Red+Green+Blue) = 192+74+25=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A19 is #3FB5E6. Grayscale: #686868. Windows color (decimal): -4175335 or 1657536. OLE color: 1657536.

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

Color convert

RGB 192 74 25 -
CMYK 0 0.61 0.87 0.25
HSL 17.6º 0.77% 0.43% -
HSV(B) 17.6º 0.87% 0.75% -
XYZ 24.36 16.17 2.76 -
YUV 103.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 192 74 25 0 0.61 0.87 0.25 17.6 0.77 0.43
Hex C0 4A 19 0 3D 57 19 12 4D 2B
Octal 300 112 31 0 75 127 31 22 115 53
Binary 11000000 1001010 11001 0 111101 1010111 11001 10010 1001101 101011

Color Harmonies of #C04A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A19

Black with #C04A19

Text Example


Text Example

White with #C04A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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