Html Css Color HEX #C3471D Rust

📋 copy color: '#C3471D'

red 195 ◦ green 71 ◦ blue 29

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

Shades of Rust #C3471D

Tints of Rust #C3471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 66.1%
G = 24.07%
B = 9.83%

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

#C3471D (or 0xC3471D) is known color: Rust. HEX triplet: C3, 47 and 1D. RGB value is (195,71,29). Sum of RGB (Red+Green+Blue) = 195+71+29=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3471D is #3CB8E2. Grayscale: #676767. Windows color (decimal): -3979491 or 1918915. OLE color: 1918915.

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

Color convert

RGB 195 71 29 -
CMYK 0 0.64 0.85 0.24
HSL 15.18º 0.74% 0.44% -
HSV(B) 15.18º 0.85% 0.76% -
XYZ 24.98 16.2 2.97 -
YUV 103.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 195 71 29 0 0.64 0.85 0.24 15.18 0.74 0.44
Hex C3 47 1D 0 40 55 18 F 4A 2C
Octal 303 107 35 0 100 125 30 17 112 54
Binary 11000011 1000111 11101 0 1000000 1010101 11000 1111 1001010 101100

Color Harmonies of #C3471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3471D

Black with #C3471D

Text Example


Text Example

White with #C3471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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