Html Css Color HEX #C04D1D Rust

📋 copy color: '#C04D1D'

red 192 ◦ green 77 ◦ blue 29

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

Shades of Rust #C04D1D

Tints of Rust #C04D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 64.43%
G = 25.84%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C04D1D (or 0xC04D1D) is known color: Rust. HEX triplet: C0, 4D and 1D. RGB value is (192,77,29). Sum of RGB (Red+Green+Blue) = 192+77+29=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D1D is #3FB2E2. Grayscale: #6A6A6A. Windows color (decimal): -4174563 or 1920448. OLE color: 1920448.

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

Color convert

RGB 192 77 29 -
CMYK 0 0.60 0.85 0.25
HSL 17.67º 0.74% 0.43% -
HSV(B) 17.67º 0.85% 0.75% -
XYZ 24.61 16.6 3.07 -
YUV 105.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 192 77 29 0 0.60 0.85 0.25 17.67 0.74 0.43
Hex C0 4D 1D 0 3C 55 19 12 4A 2B
Octal 300 115 35 0 74 125 31 22 112 53
Binary 11000000 1001101 11101 0 111100 1010101 11001 10010 1001010 101011

Color Harmonies of #C04D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D1D

Black with #C04D1D

Text Example


Text Example

White with #C04D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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