Html Css Color HEX #C43D00 Rust

📋 copy color: '#C43D00'

red 196 ◦ green 61 ◦ blue 0

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

Shades of Rust #C43D00

Tints of Rust #C43D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 76.26%
G = 23.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C43D00 (or 0xC43D00) is known color: Rust. HEX triplet: C4, 3D and 00. RGB value is (196,61,0). Sum of RGB (Red+Green+Blue) = 196+61+0=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43D00 is #3BC2FF. Grayscale: #5E5E5E. Windows color (decimal): -3916544 or 15812. OLE color: 15812.

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

Color convert

RGB 196 61 0 -
CMYK 0 0.69 1 0.23
HSL 18.67º 1% 0.38% -
HSV(B) 18.67º 1% 0.77% -
XYZ 24.43 15.07 1.62 -
YUV 94.41 74.73 200.46 -
System Red Green Blue C M Y K H S L
Decimal 196 61 0 0 0.69 1 0.23 18.67 1 0.38
Hex C4 3D 0 0 45 64 17 13 64 26
Octal 304 75 0 0 105 144 27 23 144 46
Binary 11000100 111101 0 0 1000101 1100100 10111 10011 1100100 100110

Color Harmonies of #C43D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D00

Black with #C43D00

Text Example


Text Example

White with #C43D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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