Html Css Color HEX #C3470F Rust

📋 copy color: '#C3470F'

red 195 ◦ green 71 ◦ blue 15

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

Shades of Rust #C3470F

Tints of Rust #C3470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 69.4%
G = 25.27%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3470F (or 0xC3470F) is known color: Rust. HEX triplet: C3, 47 and 0F. RGB value is (195,71,15). Sum of RGB (Red+Green+Blue) = 195+71+15=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3470F is #3CB8F0. Grayscale: #666666. Windows color (decimal): -3979505 or 1001411. OLE color: 1001411.

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

Color convert

RGB 195 71 15 -
CMYK 0 0.64 0.92 0.24
HSL 18.67º 0.86% 0.41% -
HSV(B) 18.67º 0.92% 0.76% -
XYZ 24.85 16.14 2.26 -
YUV 101.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 195 71 15 0 0.64 0.92 0.24 18.67 0.86 0.41
Hex C3 47 F 0 40 5C 18 13 56 29
Octal 303 107 17 0 100 134 30 23 126 51
Binary 11000011 1000111 1111 0 1000000 1011100 11000 10011 1010110 101001

Color Harmonies of #C3470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3470F

Black with #C3470F

Text Example


Text Example

White with #C3470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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