Html Css Color HEX #C04A06 Rust

📋 copy color: '#C04A06'

red 192 ◦ green 74 ◦ blue 6

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

Shades of Rust #C04A06

Tints of Rust #C04A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 70.59%
G = 27.21%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C04A06 (or 0xC04A06) is known color: Rust. HEX triplet: C0, 4A and 06. RGB value is (192,74,6). Sum of RGB (Red+Green+Blue) = 192+74+6=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A06 is #3FB5F9. Grayscale: #656565. Windows color (decimal): -4175354 or 412352. OLE color: 412352.

HSL color Cylindrical-coordinate representation of color #C04A06: hue angle of 21.94º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C04A06 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 6 -
CMYK 0 0.61 0.97 0.25
HSL 21.94º 0.94% 0.39% -
HSV(B) 21.94º 0.97% 0.75% -
XYZ 24.22 16.12 2.01 -
YUV 101.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 192 74 6 0 0.61 0.97 0.25 21.94 0.94 0.39
Hex C0 4A 6 0 3D 61 19 16 5E 27
Octal 300 112 6 0 75 141 31 26 136 47
Binary 11000000 1001010 110 0 111101 1100001 11001 10110 1011110 100111

Color Harmonies of #C04A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A06

Black with #C04A06

Text Example


Text Example

White with #C04A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A06; }

 p { color: rgb(192,74,6); }

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

background-color css

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

 a { background-color: rgb(192,74,6); }

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

border-color css

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

 span { border-color: rgb(192,74,6); }

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