Html Css Color HEX #C04D13 Rust

📋 copy color: '#C04D13'

red 192 ◦ green 77 ◦ blue 19

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

Shades of Rust #C04D13

Tints of Rust #C04D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 66.67%
G = 26.74%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04D13 (or 0xC04D13) is known color: Rust. HEX triplet: C0, 4D and 13. RGB value is (192,77,19). Sum of RGB (Red+Green+Blue) = 192+77+19=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D13 is #3FB2EC. Grayscale: #696969. Windows color (decimal): -4174573 or 1265088. OLE color: 1265088.

HSL color Cylindrical-coordinate representation of color #C04D13: hue angle of 20.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04D13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 19 -
CMYK 0 0.60 0.90 0.25
HSL 20.12º 0.82% 0.41% -
HSV(B) 20.12º 0.9% 0.75% -
XYZ 24.51 16.56 2.52 -
YUV 104.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 192 77 19 0 0.60 0.90 0.25 20.12 0.82 0.41
Hex C0 4D 13 0 3C 5A 19 14 52 29
Octal 300 115 23 0 74 132 31 24 122 51
Binary 11000000 1001101 10011 0 111100 1011010 11001 10100 1010010 101001

Color Harmonies of #C04D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D13

Black with #C04D13

Text Example


Text Example

White with #C04D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D13; }

 p { color: rgb(192,77,19); }

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

background-color css

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

 a { background-color: rgb(192,77,19); }

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

border-color css

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

 span { border-color: rgb(192,77,19); }

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