Html Css Color HEX #C34111 Rust

📋 copy color: '#C34111'

red 195 ◦ green 65 ◦ blue 17

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

Shades of Rust #C34111

Tints of Rust #C34111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 70.4%
G = 23.47%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C34111 (or 0xC34111) is known color: Rust. HEX triplet: C3, 41 and 11. RGB value is (195,65,17). Sum of RGB (Red+Green+Blue) = 195+65+17=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C34111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34111 is #3CBEEE. Grayscale: #626262. Windows color (decimal): -3981039 or 1130947. OLE color: 1130947.

HSL color Cylindrical-coordinate representation of color #C34111: hue angle of 16.18º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C34111 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 17 -
CMYK 0 0.67 0.91 0.24
HSL 16.18º 0.84% 0.42% -
HSV(B) 16.18º 0.91% 0.76% -
XYZ 24.5 15.42 2.22 -
YUV 98.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 195 65 17 0 0.67 0.91 0.24 16.18 0.84 0.42
Hex C3 41 11 0 43 5B 18 10 54 2A
Octal 303 101 21 0 103 133 30 20 124 52
Binary 11000011 1000001 10001 0 1000011 1011011 11000 10000 1010100 101010

Color Harmonies of #C34111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34111

Black with #C34111

Text Example


Text Example

White with #C34111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34111; }

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

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

background-color css

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

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

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

border-color css

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

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

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