Html Css Color HEX #C34114 Rust

📋 copy color: '#C34114'

red 195 ◦ green 65 ◦ blue 20

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

Shades of Rust #C34114

Tints of Rust #C34114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 69.64%
G = 23.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C34114 (or 0xC34114) is known color: Rust. HEX triplet: C3, 41 and 14. RGB value is (195,65,20). Sum of RGB (Red+Green+Blue) = 195+65+20=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C34114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34114 is #3CBEEB. Grayscale: #636363. Windows color (decimal): -3981036 or 1327555. OLE color: 1327555.

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

Color convert

RGB 195 65 20 -
CMYK 0 0.67 0.90 0.24
HSL 15.43º 0.81% 0.42% -
HSV(B) 15.43º 0.9% 0.76% -
XYZ 24.52 15.43 2.35 -
YUV 98.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 195 65 20 0 0.67 0.90 0.24 15.43 0.81 0.42
Hex C3 41 14 0 43 5A 18 F 51 2A
Octal 303 101 24 0 103 132 30 17 121 52
Binary 11000011 1000001 10100 0 1000011 1011010 11000 1111 1010001 101010

Color Harmonies of #C34114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34114

Black with #C34114

Text Example


Text Example

White with #C34114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34114; }

 p { color: rgb(195,65,20); }

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

background-color css

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

 a { background-color: rgb(195,65,20); }

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

border-color css

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

 span { border-color: rgb(195,65,20); }

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