Html Css Color HEX #C34513 Rust

📋 copy color: '#C34513'

red 195 ◦ green 69 ◦ blue 19

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

Shades of Rust #C34513

Tints of Rust #C34513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

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

R = 68.9%
G = 24.38%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C34513 (or 0xC34513) is known color: Rust. HEX triplet: C3, 45 and 13. RGB value is (195,69,19). Sum of RGB (Red+Green+Blue) = 195+69+19=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34513 is #3CBAEC. Grayscale: #656565. Windows color (decimal): -3980013 or 1263043. OLE color: 1263043.

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

Color convert

RGB 195 69 19 -
CMYK 0 0.65 0.90 0.24
HSL 17.05º 0.82% 0.42% -
HSV(B) 17.05º 0.9% 0.76% -
XYZ 24.75 15.91 2.38 -
YUV 100.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 195 69 19 0 0.65 0.90 0.24 17.05 0.82 0.42
Hex C3 45 13 0 41 5A 18 11 52 2A
Octal 303 105 23 0 101 132 30 21 122 52
Binary 11000011 1000101 10011 0 1000001 1011010 11000 10001 1010010 101010

Color Harmonies of #C34513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34513

Black with #C34513

Text Example


Text Example

White with #C34513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34513; }

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

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

background-color css

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

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

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

border-color css

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

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

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