Html Css Color HEX #C34310 Rust

📋 copy color: '#C34310'

red 195 ◦ green 67 ◦ blue 16

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

Shades of Rust #C34310

Tints of Rust #C34310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

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

R = 70.14%
G = 24.1%
B = 5.76%

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

#C34310 (or 0xC34310) is known color: Rust. HEX triplet: C3, 43 and 10. RGB value is (195,67,16). Sum of RGB (Red+Green+Blue) = 195+67+16=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C34310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34310 is #3CBCEF. Grayscale: #636363. Windows color (decimal): -3980528 or 1065923. OLE color: 1065923.

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

Color convert

RGB 195 67 16 -
CMYK 0 0.66 0.92 0.24
HSL 17.09º 0.85% 0.41% -
HSV(B) 17.09º 0.92% 0.76% -
XYZ 24.61 15.65 2.21 -
YUV 99.46 80.91 196.15 -
System Red Green Blue C M Y K H S L
Decimal 195 67 16 0 0.66 0.92 0.24 17.09 0.85 0.41
Hex C3 43 10 0 42 5C 18 11 55 29
Octal 303 103 20 0 102 134 30 21 125 51
Binary 11000011 1000011 10000 0 1000010 1011100 11000 10001 1010101 101001

Color Harmonies of #C34310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34310

Black with #C34310

Text Example


Text Example

White with #C34310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34310; }

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

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

background-color css

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

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

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

border-color css

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

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

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