Html Css Color HEX #C04519 Rust

📋 copy color: '#C04519'

red 192 ◦ green 69 ◦ blue 25

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

Shades of Rust #C04519

Tints of Rust #C04519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

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

R = 67.13%
G = 24.13%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C04519 (or 0xC04519) is known color: Rust. HEX triplet: C0, 45 and 19. RGB value is (192,69,25). Sum of RGB (Red+Green+Blue) = 192+69+25=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C04519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04519 is #3FBAE6. Grayscale: #656565. Windows color (decimal): -4176615 or 1656256. OLE color: 1656256.

HSL color Cylindrical-coordinate representation of color #C04519: hue angle of 15.81º 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 #C04519 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 25 -
CMYK 0 0.64 0.87 0.25
HSL 15.81º 0.77% 0.43% -
HSV(B) 15.81º 0.87% 0.75% -
XYZ 24.04 15.53 2.65 -
YUV 100.76 85.25 193.08 -
System Red Green Blue C M Y K H S L
Decimal 192 69 25 0 0.64 0.87 0.25 15.81 0.77 0.43
Hex C0 45 19 0 40 57 19 10 4D 2B
Octal 300 105 31 0 100 127 31 20 115 53
Binary 11000000 1000101 11001 0 1000000 1010111 11001 10000 1001101 101011

Color Harmonies of #C04519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04519

Black with #C04519

Text Example


Text Example

White with #C04519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04519; }

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

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

background-color css

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

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

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

border-color css

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

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

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