Html Css Color HEX #C3471E Rust

📋 copy color: '#C3471E'

red 195 ◦ green 71 ◦ blue 30

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

Shades of Rust #C3471E

Tints of Rust #C3471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 65.88%
G = 23.99%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3471E (or 0xC3471E) is known color: Rust. HEX triplet: C3, 47 and 1E. RGB value is (195,71,30). Sum of RGB (Red+Green+Blue) = 195+71+30=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3471E is #3CB8E1. Grayscale: #676767. Windows color (decimal): -3979490 or 1984451. OLE color: 1984451.

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

Color convert

RGB 195 71 30 -
CMYK 0 0.64 0.85 0.24
HSL 14.91º 0.73% 0.44% -
HSV(B) 14.91º 0.85% 0.76% -
XYZ 24.99 16.2 3.04 -
YUV 103.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 195 71 30 0 0.64 0.85 0.24 14.91 0.73 0.44
Hex C3 47 1E 0 40 55 18 F 49 2C
Octal 303 107 36 0 100 125 30 17 111 54
Binary 11000011 1000111 11110 0 1000000 1010101 11000 1111 1001001 101100

Color Harmonies of #C3471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3471E

Black with #C3471E

Text Example


Text Example

White with #C3471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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