Html Css Color HEX #C34910 Rust

📋 copy color: '#C34910'

red 195 ◦ green 73 ◦ blue 16

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

Shades of Rust #C34910

Tints of Rust #C34910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 68.66%
G = 25.7%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C34910 (or 0xC34910) is known color: Rust. HEX triplet: C3, 49 and 10. RGB value is (195,73,16). Sum of RGB (Red+Green+Blue) = 195+73+16=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C34910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34910 is #3CB6EF. Grayscale: #676767. Windows color (decimal): -3978992 or 1067459. OLE color: 1067459.

HSL color Cylindrical-coordinate representation of color #C34910: hue angle of 19.11º 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 #C34910 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 16 -
CMYK 0 0.63 0.92 0.24
HSL 19.11º 0.85% 0.41% -
HSV(B) 19.11º 0.92% 0.76% -
XYZ 24.98 16.4 2.34 -
YUV 102.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 195 73 16 0 0.63 0.92 0.24 19.11 0.85 0.41
Hex C3 49 10 0 3F 5C 18 13 55 29
Octal 303 111 20 0 77 134 30 23 125 51
Binary 11000011 1001001 10000 0 111111 1011100 11000 10011 1010101 101001

Color Harmonies of #C34910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34910

Black with #C34910

Text Example


Text Example

White with #C34910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34910; }

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

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

background-color css

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

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

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

border-color css

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

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

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