Html Css Color HEX #C43C03 Rust

📋 copy color: '#C43C03'

red 196 ◦ green 60 ◦ blue 3

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

Shades of Rust #C43C03

Tints of Rust #C43C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

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

R = 75.68%
G = 23.17%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C43C03 (or 0xC43C03) is known color: Rust. HEX triplet: C4, 3C and 03. RGB value is (196,60,3). Sum of RGB (Red+Green+Blue) = 196+60+3=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C03 is #3BC3FC. Grayscale: #5E5E5E. Windows color (decimal): -3916797 or 212164. OLE color: 212164.

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

Color convert

RGB 196 60 3 -
CMYK 0 0.69 0.98 0.23
HSL 17.72º 0.97% 0.39% -
HSV(B) 17.72º 0.98% 0.77% -
XYZ 24.4 14.97 1.69 -
YUV 94.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 196 60 3 0 0.69 0.98 0.23 17.72 0.97 0.39
Hex C4 3C 3 0 45 62 17 12 61 27
Octal 304 74 3 0 105 142 27 22 141 47
Binary 11000100 111100 11 0 1000101 1100010 10111 10010 1100001 100111

Color Harmonies of #C43C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C03

Black with #C43C03

Text Example


Text Example

White with #C43C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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