Html Css Color HEX #C43C09 Rust

📋 copy color: '#C43C09'

red 196 ◦ green 60 ◦ blue 9

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

Shades of Rust #C43C09

Tints of Rust #C43C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.4%

R = 73.96%
G = 22.64%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C43C09 (or 0xC43C09) is known color: Rust. HEX triplet: C4, 3C and 09. RGB value is (196,60,9). Sum of RGB (Red+Green+Blue) = 196+60+9=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C09 is #3BC3F6. Grayscale: #5F5F5F. Windows color (decimal): -3916791 or 605380. OLE color: 605380.

HSL color Cylindrical-coordinate representation of color #C43C09: hue angle of 16.36º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C43C09 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 9 -
CMYK 0 0.69 0.95 0.23
HSL 16.36º 0.91% 0.4% -
HSV(B) 16.36º 0.95% 0.77% -
XYZ 24.43 14.99 1.86 -
YUV 94.85 79.56 200.15 -
System Red Green Blue C M Y K H S L
Decimal 196 60 9 0 0.69 0.95 0.23 16.36 0.91 0.4
Hex C4 3C 9 0 45 5F 17 10 5B 28
Octal 304 74 11 0 105 137 27 20 133 50
Binary 11000100 111100 1001 0 1000101 1011111 10111 10000 1011011 101000

Color Harmonies of #C43C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C09

Black with #C43C09

Text Example


Text Example

White with #C43C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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