Html Css Color HEX #C34210 Rust

📋 copy color: '#C34210'

red 195 ◦ green 66 ◦ blue 16

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

Shades of Rust #C34210

Tints of Rust #C34210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 70.4%
G = 23.83%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C34210 (or 0xC34210) is known color: Rust. HEX triplet: C3, 42 and 10. RGB value is (195,66,16). Sum of RGB (Red+Green+Blue) = 195+66+16=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C34210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34210 is #3CBDEF. Grayscale: #636363. Windows color (decimal): -3980784 or 1065667. OLE color: 1065667.

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

Color convert

RGB 195 66 16 -
CMYK 0 0.66 0.92 0.24
HSL 16.76º 0.85% 0.41% -
HSV(B) 16.76º 0.92% 0.76% -
XYZ 24.55 15.54 2.2 -
YUV 98.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 195 66 16 0 0.66 0.92 0.24 16.76 0.85 0.41
Hex C3 42 10 0 42 5C 18 11 55 29
Octal 303 102 20 0 102 134 30 21 125 51
Binary 11000011 1000010 10000 0 1000010 1011100 11000 10001 1010101 101001

Color Harmonies of #C34210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34210

Black with #C34210

Text Example


Text Example

White with #C34210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34210; }

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

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

background-color css

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

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

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

border-color css

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

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

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