Html Css Color HEX #C34012 Rust

📋 copy color: '#C34012'

red 195 ◦ green 64 ◦ blue 18

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

Shades of Rust #C34012

Tints of Rust #C34012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 70.4%
G = 23.1%
B = 6.5%

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

#C34012 (or 0xC34012) is known color: Rust. HEX triplet: C3, 40 and 12. RGB value is (195,64,18). Sum of RGB (Red+Green+Blue) = 195+64+18=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C34012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34012 is #3CBFED. Grayscale: #626262. Windows color (decimal): -3981294 or 1196227. OLE color: 1196227.

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

Color convert

RGB 195 64 18 -
CMYK 0 0.67 0.91 0.24
HSL 15.59º 0.83% 0.42% -
HSV(B) 15.59º 0.91% 0.76% -
XYZ 24.45 15.31 2.24 -
YUV 97.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 195 64 18 0 0.67 0.91 0.24 15.59 0.83 0.42
Hex C3 40 12 0 43 5B 18 10 53 2A
Octal 303 100 22 0 103 133 30 20 123 52
Binary 11000011 1000000 10010 0 1000011 1011011 11000 10000 1010011 101010

Color Harmonies of #C34012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34012

Black with #C34012

Text Example


Text Example

White with #C34012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34012; }

 p { color: rgb(195,64,18); }

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

background-color css

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

 a { background-color: rgb(195,64,18); }

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

border-color css

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

 span { border-color: rgb(195,64,18); }

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