Html Css Color HEX #C04D0A Rust

📋 copy color: '#C04D0A'

red 192 ◦ green 77 ◦ blue 10

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

Shades of Rust #C04D0A

Tints of Rust #C04D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 68.82%
G = 27.6%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C04D0A (or 0xC04D0A) is known color: Rust. HEX triplet: C0, 4D and 0A. RGB value is (192,77,10). Sum of RGB (Red+Green+Blue) = 192+77+10=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D0A is #3FB2F5. Grayscale: #686868. Windows color (decimal): -4174582 or 675264. OLE color: 675264.

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

Color convert

RGB 192 77 10 -
CMYK 0 0.60 0.95 0.25
HSL 22.09º 0.9% 0.4% -
HSV(B) 22.09º 0.95% 0.75% -
XYZ 24.45 16.54 2.19 -
YUV 103.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 192 77 10 0 0.60 0.95 0.25 22.09 0.9 0.4
Hex C0 4D A 0 3C 5F 19 16 5A 28
Octal 300 115 12 0 74 137 31 26 132 50
Binary 11000000 1001101 1010 0 111100 1011111 11001 10110 1011010 101000

Color Harmonies of #C04D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D0A

Black with #C04D0A

Text Example


Text Example

White with #C04D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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