Html Css Color HEX #C34913 Rust

📋 copy color: '#C34913'

red 195 ◦ green 73 ◦ blue 19

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

Shades of Rust #C34913

Tints of Rust #C34913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 67.94%
G = 25.44%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C34913 (or 0xC34913) is known color: Rust. HEX triplet: C3, 49 and 13. RGB value is (195,73,19). Sum of RGB (Red+Green+Blue) = 195+73+19=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C34913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34913 is #3CB6EC. Grayscale: #676767. Windows color (decimal): -3978989 or 1264067. OLE color: 1264067.

HSL color Cylindrical-coordinate representation of color #C34913: hue angle of 18.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C34913 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 19 -
CMYK 0 0.63 0.90 0.24
HSL 18.41º 0.82% 0.42% -
HSV(B) 18.41º 0.9% 0.76% -
XYZ 25.01 16.41 2.47 -
YUV 103.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 195 73 19 0 0.63 0.90 0.24 18.41 0.82 0.42
Hex C3 49 13 0 3F 5A 18 12 52 2A
Octal 303 111 23 0 77 132 30 22 122 52
Binary 11000011 1001001 10011 0 111111 1011010 11000 10010 1010010 101010

Color Harmonies of #C34913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34913

Black with #C34913

Text Example


Text Example

White with #C34913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34913; }

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

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

background-color css

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

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

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

border-color css

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

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

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