Html Css Color HEX #C34415 Rust

📋 copy color: '#C34415'

red 195 ◦ green 68 ◦ blue 21

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

Shades of Rust #C34415

Tints of Rust #C34415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 68.66%
G = 23.94%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C34415 (or 0xC34415) is known color: Rust. HEX triplet: C3, 44 and 15. RGB value is (195,68,21). Sum of RGB (Red+Green+Blue) = 195+68+21=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C34415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34415 is #3CBBEA. Grayscale: #646464. Windows color (decimal): -3980267 or 1393859. OLE color: 1393859.

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

Color convert

RGB 195 68 21 -
CMYK 0 0.65 0.89 0.24
HSL 16.21º 0.81% 0.42% -
HSV(B) 16.21º 0.89% 0.76% -
XYZ 24.71 15.79 2.46 -
YUV 100.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 195 68 21 0 0.65 0.89 0.24 16.21 0.81 0.42
Hex C3 44 15 0 41 59 18 10 51 2A
Octal 303 104 25 0 101 131 30 20 121 52
Binary 11000011 1000100 10101 0 1000001 1011001 11000 10000 1010001 101010

Color Harmonies of #C34415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34415

Black with #C34415

Text Example


Text Example

White with #C34415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34415; }

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

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

background-color css

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

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

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

border-color css

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

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

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