Html Css Color HEX #C04A03 Rust

📋 copy color: '#C04A03'

red 192 ◦ green 74 ◦ blue 3

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

Shades of Rust #C04A03

Tints of Rust #C04A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 71.38%
G = 27.51%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C04A03 (or 0xC04A03) is known color: Rust. HEX triplet: C0, 4A and 03. RGB value is (192,74,3). Sum of RGB (Red+Green+Blue) = 192+74+3=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A03 is #3FB5FC. Grayscale: #656565. Windows color (decimal): -4175357 or 215744. OLE color: 215744.

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

Color convert

RGB 192 74 3 -
CMYK 0 0.61 0.98 0.25
HSL 22.54º 0.97% 0.38% -
HSV(B) 22.54º 0.98% 0.75% -
XYZ 24.2 16.11 1.92 -
YUV 101.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 192 74 3 0 0.61 0.98 0.25 22.54 0.97 0.38
Hex C0 4A 3 0 3D 62 19 17 61 26
Octal 300 112 3 0 75 142 31 27 141 46
Binary 11000000 1001010 11 0 111101 1100010 11001 10111 1100001 100110

Color Harmonies of #C04A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A03

Black with #C04A03

Text Example


Text Example

White with #C04A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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