Html Css Color HEX #C3440C Rust

📋 copy color: '#C3440C'

red 195 ◦ green 68 ◦ blue 12

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

Shades of Rust #C3440C

Tints of Rust #C3440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 70.91%
G = 24.73%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3440C (or 0xC3440C) is known color: Rust. HEX triplet: C3, 44 and 0C. RGB value is (195,68,12). Sum of RGB (Red+Green+Blue) = 195+68+12=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3440C is #3CBBF3. Grayscale: #636363. Windows color (decimal): -3980276 or 804035. OLE color: 804035.

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

Color convert

RGB 195 68 12 -
CMYK 0 0.65 0.94 0.24
HSL 18.36º 0.88% 0.41% -
HSV(B) 18.36º 0.94% 0.76% -
XYZ 24.64 15.76 2.09 -
YUV 99.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 195 68 12 0 0.65 0.94 0.24 18.36 0.88 0.41
Hex C3 44 C 0 41 5E 18 12 58 29
Octal 303 104 14 0 101 136 30 22 130 51
Binary 11000011 1000100 1100 0 1000001 1011110 11000 10010 1011000 101001

Color Harmonies of #C3440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3440C

Black with #C3440C

Text Example


Text Example

White with #C3440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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