Html Css Color HEX #C3491B Rust

📋 copy color: '#C3491B'

red 195 ◦ green 73 ◦ blue 27

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

Shades of Rust #C3491B

Tints of Rust #C3491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 66.1%
G = 24.75%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3491B (or 0xC3491B) is known color: Rust. HEX triplet: C3, 49 and 1B. RGB value is (195,73,27). Sum of RGB (Red+Green+Blue) = 195+73+27=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3491B is #3CB6E4. Grayscale: #686868. Windows color (decimal): -3978981 or 1788355. OLE color: 1788355.

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

Color convert

RGB 195 73 27 -
CMYK 0 0.63 0.86 0.24
HSL 16.43º 0.76% 0.44% -
HSV(B) 16.43º 0.86% 0.76% -
XYZ 25.09 16.45 2.89 -
YUV 104.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 195 73 27 0 0.63 0.86 0.24 16.43 0.76 0.44
Hex C3 49 1B 0 3F 56 18 10 4C 2C
Octal 303 111 33 0 77 126 30 20 114 54
Binary 11000011 1001001 11011 0 111111 1010110 11000 10000 1001100 101100

Color Harmonies of #C3491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3491B

Black with #C3491B

Text Example


Text Example

White with #C3491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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