Html Css Color HEX #C34100 Rust

📋 copy color: '#C34100'

red 195 ◦ green 65 ◦ blue 0

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

Shades of Rust #C34100

Tints of Rust #C34100

RGB

 RED value IS 195 (76.56% from 255) = 75%

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C34100 (or 0xC34100) is known color: Rust. HEX triplet: C3, 41 and 00. RGB value is (195,65,0). Sum of RGB (Red+Green+Blue) = 195+65+0=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C34100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34100 is #3CBEFF. Grayscale: #606060. Windows color (decimal): -3981056 or 16835. OLE color: 16835.

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

Color convert

RGB 195 65 0 -
CMYK 0 0.67 1 0.24
HSL 20º 1% 0.38% -
HSV(B) 20º 1% 0.76% -
XYZ 24.4 15.38 1.68 -
YUV 96.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 195 65 0 0 0.67 1 0.24 20 1 0.38
Hex C3 41 0 0 43 64 18 14 64 26
Octal 303 101 0 0 103 144 30 24 144 46
Binary 11000011 1000001 0 0 1000011 1100100 11000 10100 1100100 100110

Color Harmonies of #C34100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34100

Black with #C34100

Text Example


Text Example

White with #C34100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34100; }

 p { color: rgb(195,65,0); }

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

background-color css

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

 a { background-color: rgb(195,65,0); }

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

border-color css

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

 span { border-color: rgb(195,65,0); }

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