Html Css Color HEX #C43F00 Rust

📋 copy color: '#C43F00'

red 196 ◦ green 63 ◦ blue 0

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

Shades of Rust #C43F00

Tints of Rust #C43F00

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

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

R = 75.68%
G = 24.32%
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

#C43F00 (or 0xC43F00) is known color: Rust. HEX triplet: C4, 3F and 00. RGB value is (196,63,0). Sum of RGB (Red+Green+Blue) = 196+63+0=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43F00 is #3BC0FF. Grayscale: #5F5F5F. Windows color (decimal): -3916032 or 16324. OLE color: 16324.

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

Color convert

RGB 196 63 0 -
CMYK 0 0.68 1 0.23
HSL 19.29º 1% 0.38% -
HSV(B) 19.29º 1% 0.77% -
XYZ 24.54 15.29 1.66 -
YUV 95.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 196 63 0 0 0.68 1 0.23 19.29 1 0.38
Hex C4 3F 0 0 44 64 17 13 64 26
Octal 304 77 0 0 104 144 27 23 144 46
Binary 11000100 111111 0 0 1000100 1100100 10111 10011 1100100 100110

Color Harmonies of #C43F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F00

Black with #C43F00

Text Example


Text Example

White with #C43F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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