Html Css Color HEX #C34712 Rust

📋 copy color: '#C34712'

red 195 ◦ green 71 ◦ blue 18

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

Shades of Rust #C34712

Tints of Rust #C34712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 68.66%
G = 25%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C34712 (or 0xC34712) is known color: Rust. HEX triplet: C3, 47 and 12. RGB value is (195,71,18). Sum of RGB (Red+Green+Blue) = 195+71+18=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C34712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34712 is #3CB8ED. Grayscale: #666666. Windows color (decimal): -3979502 or 1198019. OLE color: 1198019.

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

Color convert

RGB 195 71 18 -
CMYK 0 0.64 0.91 0.24
HSL 17.97º 0.83% 0.42% -
HSV(B) 17.97º 0.91% 0.76% -
XYZ 24.87 16.15 2.38 -
YUV 102.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 195 71 18 0 0.64 0.91 0.24 17.97 0.83 0.42
Hex C3 47 12 0 40 5B 18 12 53 2A
Octal 303 107 22 0 100 133 30 22 123 52
Binary 11000011 1000111 10010 0 1000000 1011011 11000 10010 1010011 101010

Color Harmonies of #C34712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34712

Black with #C34712

Text Example


Text Example

White with #C34712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34712; }

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

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

background-color css

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

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

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

border-color css

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

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

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