Html Css Color HEX #C43E00 Rust

📋 copy color: '#C43E00'

red 196 ◦ green 62 ◦ blue 0

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

Shades of Rust #C43E00

Tints of Rust #C43E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.97%
G = 24.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C43E00 (or 0xC43E00) is known color: Rust. HEX triplet: C4, 3E and 00. RGB value is (196,62,0). Sum of RGB (Red+Green+Blue) = 196+62+0=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E00 is #3BC1FF. Grayscale: #5F5F5F. Windows color (decimal): -3916288 or 16068. OLE color: 16068.

HSL color Cylindrical-coordinate representation of color #C43E00: hue angle of 18.98º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C43E00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 62 0 -
CMYK 0 0.68 1 0.23
HSL 18.98º 1% 0.38% -
HSV(B) 18.98º 1% 0.77% -
XYZ 24.49 15.18 1.64 -
YUV 95 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 196 62 0 0 0.68 1 0.23 18.98 1 0.38
Hex C4 3E 0 0 44 64 17 13 64 26
Octal 304 76 0 0 104 144 27 23 144 46
Binary 11000100 111110 0 0 1000100 1100100 10111 10011 1100100 100110

Color Harmonies of #C43E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E00

Black with #C43E00

Text Example


Text Example

White with #C43E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E00; }

 p { color: rgb(196,62,0); }

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

background-color css

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

 a { background-color: rgb(196,62,0); }

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

border-color css

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

 span { border-color: rgb(196,62,0); }

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