Html Css Color HEX #C3440E Rust

📋 copy color: '#C3440E'

red 195 ◦ green 68 ◦ blue 14

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

Shades of Rust #C3440E

Tints of Rust #C3440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 70.4%
G = 24.55%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3440E (or 0xC3440E) is known color: Rust. HEX triplet: C3, 44 and 0E. RGB value is (195,68,14). Sum of RGB (Red+Green+Blue) = 195+68+14=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3440E is #3CBBF1. Grayscale: #646464. Windows color (decimal): -3980274 or 935107. OLE color: 935107.

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

Color convert

RGB 195 68 14 -
CMYK 0 0.65 0.93 0.24
HSL 17.9º 0.87% 0.41% -
HSV(B) 17.9º 0.93% 0.76% -
XYZ 24.65 15.77 2.16 -
YUV 99.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 195 68 14 0 0.65 0.93 0.24 17.9 0.87 0.41
Hex C3 44 E 0 41 5D 18 12 57 29
Octal 303 104 16 0 101 135 30 22 127 51
Binary 11000011 1000100 1110 0 1000001 1011101 11000 10010 1010111 101001

Color Harmonies of #C3440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3440E

Black with #C3440E

Text Example


Text Example

White with #C3440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3440E; }

 p { color: rgb(195,68,14); }

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

background-color css

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

 a { background-color: rgb(195,68,14); }

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

border-color css

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

 span { border-color: rgb(195,68,14); }

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