Html Css Color HEX #C04103 Rust

📋 copy color: '#C04103'

red 192 ◦ green 65 ◦ blue 3

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

Shades of Rust #C04103

Tints of Rust #C04103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 73.85%
G = 25%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C04103 (or 0xC04103) is known color: Rust. HEX triplet: C0, 41 and 03. RGB value is (192,65,3). Sum of RGB (Red+Green+Blue) = 192+65+3=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C04103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04103 is #3FBEFC. Grayscale: #606060. Windows color (decimal): -4177661 or 213440. OLE color: 213440.

HSL color Cylindrical-coordinate representation of color #C04103: hue angle of 19.68º 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 #C04103 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 3 -
CMYK 0 0.66 0.98 0.25
HSL 19.68º 0.97% 0.38% -
HSV(B) 19.68º 0.98% 0.75% -
XYZ 23.64 14.99 1.73 -
YUV 95.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 192 65 3 0 0.66 0.98 0.25 19.68 0.97 0.38
Hex C0 41 3 0 42 62 19 14 61 26
Octal 300 101 3 0 102 142 31 24 141 46
Binary 11000000 1000001 11 0 1000010 1100010 11001 10100 1100001 100110

Color Harmonies of #C04103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04103

Black with #C04103

Text Example


Text Example

White with #C04103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04103; }

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

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

background-color css

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

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

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

border-color css

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

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

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