Html Css Color HEX #C3471B Rust

📋 copy color: '#C3471B'

red 195 ◦ green 71 ◦ blue 27

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

Shades of Rust #C3471B

Tints of Rust #C3471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 66.55%
G = 24.23%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3471B (or 0xC3471B) is known color: Rust. HEX triplet: C3, 47 and 1B. RGB value is (195,71,27). Sum of RGB (Red+Green+Blue) = 195+71+27=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3471B is #3CB8E4. Grayscale: #676767. Windows color (decimal): -3979493 or 1787843. OLE color: 1787843.

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

Color convert

RGB 195 71 27 -
CMYK 0 0.64 0.86 0.24
HSL 15.71º 0.76% 0.44% -
HSV(B) 15.71º 0.86% 0.76% -
XYZ 24.96 16.19 2.85 -
YUV 103.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 195 71 27 0 0.64 0.86 0.24 15.71 0.76 0.44
Hex C3 47 1B 0 40 56 18 10 4C 2C
Octal 303 107 33 0 100 126 30 20 114 54
Binary 11000011 1000111 11011 0 1000000 1010110 11000 10000 1001100 101100

Color Harmonies of #C3471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3471B

Black with #C3471B

Text Example


Text Example

White with #C3471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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