Html Css Color HEX #C34610 Rust

📋 copy color: '#C34610'

red 195 ◦ green 70 ◦ blue 16

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

Shades of Rust #C34610

Tints of Rust #C34610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 69.4%
G = 24.91%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C34610 (or 0xC34610) is known color: Rust. HEX triplet: C3, 46 and 10. RGB value is (195,70,16). Sum of RGB (Red+Green+Blue) = 195+70+16=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34610 is #3CB9EF. Grayscale: #656565. Windows color (decimal): -3979760 or 1066691. OLE color: 1066691.

HSL color Cylindrical-coordinate representation of color #C34610: hue angle of 18.1º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C34610 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 70 16 -
CMYK 0 0.64 0.92 0.24
HSL 18.1º 0.85% 0.41% -
HSV(B) 18.1º 0.92% 0.76% -
XYZ 24.79 16.02 2.28 -
YUV 101.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 195 70 16 0 0.64 0.92 0.24 18.1 0.85 0.41
Hex C3 46 10 0 40 5C 18 12 55 29
Octal 303 106 20 0 100 134 30 22 125 51
Binary 11000011 1000110 10000 0 1000000 1011100 11000 10010 1010101 101001

Color Harmonies of #C34610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34610

Black with #C34610

Text Example


Text Example

White with #C34610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34610; }

 p { color: rgb(195,70,16); }

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

background-color css

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

 a { background-color: rgb(195,70,16); }

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

border-color css

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

 span { border-color: rgb(195,70,16); }

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