Html Css Color HEX #C04919 Rust

📋 copy color: '#C04919'

red 192 ◦ green 73 ◦ blue 25

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

Shades of Rust #C04919

Tints of Rust #C04919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

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

R = 66.21%
G = 25.17%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C04919 (or 0xC04919) is known color: Rust. HEX triplet: C0, 49 and 19. RGB value is (192,73,25). Sum of RGB (Red+Green+Blue) = 192+73+25=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04919 is #3FB6E6. Grayscale: #676767. Windows color (decimal): -4175591 or 1657280. OLE color: 1657280.

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

Color convert

RGB 192 73 25 -
CMYK 0 0.62 0.87 0.25
HSL 17.25º 0.77% 0.43% -
HSV(B) 17.25º 0.87% 0.75% -
XYZ 24.3 16.04 2.74 -
YUV 103.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 192 73 25 0 0.62 0.87 0.25 17.25 0.77 0.43
Hex C0 49 19 0 3E 57 19 11 4D 2B
Octal 300 111 31 0 76 127 31 21 115 53
Binary 11000000 1001001 11001 0 111110 1010111 11001 10001 1001101 101011

Color Harmonies of #C04919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04919

Black with #C04919

Text Example


Text Example

White with #C04919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04919; }

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

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

background-color css

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

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

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

border-color css

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

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

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