Html Css Color HEX #C34D1C Rust

📋 copy color: '#C34D1C'

red 195 ◦ green 77 ◦ blue 28

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

Shades of Rust #C34D1C

Tints of Rust #C34D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 65%
G = 25.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C34D1C (or 0xC34D1C) is known color: Rust. HEX triplet: C3, 4D and 1C. RGB value is (195,77,28). Sum of RGB (Red+Green+Blue) = 195+77+28=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D1C is #3CB2E3. Grayscale: #6B6B6B. Windows color (decimal): -3977956 or 1854915. OLE color: 1854915.

HSL color Cylindrical-coordinate representation of color #C34D1C: hue angle of 17.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C34D1C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 77 28 -
CMYK 0 0.61 0.86 0.24
HSL 17.6º 0.75% 0.44% -
HSV(B) 17.6º 0.86% 0.76% -
XYZ 25.37 16.99 3.04 -
YUV 106.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 195 77 28 0 0.61 0.86 0.24 17.6 0.75 0.44
Hex C3 4D 1C 0 3D 56 18 12 4B 2C
Octal 303 115 34 0 75 126 30 22 113 54
Binary 11000011 1001101 11100 0 111101 1010110 11000 10010 1001011 101100

Color Harmonies of #C34D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D1C

Black with #C34D1C

Text Example


Text Example

White with #C34D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D1C; }

 p { color: rgb(195,77,28); }

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

background-color css

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

 a { background-color: rgb(195,77,28); }

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

border-color css

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

 span { border-color: rgb(195,77,28); }

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