Html Css Color HEX #C44103 Rust

📋 copy color: '#C44103'

red 196 ◦ green 65 ◦ blue 3

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

Shades of Rust #C44103

Tints of Rust #C44103

RGB

 RED value IS 196 (76.95% from 255) = 74.24%

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

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

R = 74.24%
G = 24.62%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44103 (or 0xC44103) is known color: Rust. HEX triplet: C4, 41 and 03. RGB value is (196,65,3). Sum of RGB (Red+Green+Blue) = 196+65+3=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C44103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44103 is #3BBEFC. Grayscale: #616161. Windows color (decimal): -3915517 or 213444. OLE color: 213444.

HSL color Cylindrical-coordinate representation of color #C44103: hue angle of 19.27º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C44103 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 3 -
CMYK 0 0.67 0.98 0.23
HSL 19.27º 0.97% 0.39% -
HSV(B) 19.27º 0.98% 0.77% -
XYZ 24.67 15.52 1.78 -
YUV 97.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 196 65 3 0 0.67 0.98 0.23 19.27 0.97 0.39
Hex C4 41 3 0 43 62 17 13 61 27
Octal 304 101 3 0 103 142 27 23 141 47
Binary 11000100 1000001 11 0 1000011 1100010 10111 10011 1100001 100111

Color Harmonies of #C44103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44103

Black with #C44103

Text Example


Text Example

White with #C44103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44103; }

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

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

background-color css

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

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

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

border-color css

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

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

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