Html Css Color HEX #C3450E Rust

📋 copy color: '#C3450E'

red 195 ◦ green 69 ◦ blue 14

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

Shades of Rust #C3450E

Tints of Rust #C3450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 70.14%
G = 24.82%
B = 5.04%

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

#C3450E (or 0xC3450E) is known color: Rust. HEX triplet: C3, 45 and 0E. RGB value is (195,69,14). Sum of RGB (Red+Green+Blue) = 195+69+14=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3450E is #3CBAF1. Grayscale: #646464. Windows color (decimal): -3980018 or 935363. OLE color: 935363.

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

Color convert

RGB 195 69 14 -
CMYK 0 0.65 0.93 0.24
HSL 18.23º 0.87% 0.41% -
HSV(B) 18.23º 0.93% 0.76% -
XYZ 24.71 15.89 2.18 -
YUV 100.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 195 69 14 0 0.65 0.93 0.24 18.23 0.87 0.41
Hex C3 45 E 0 41 5D 18 12 57 29
Octal 303 105 16 0 101 135 30 22 127 51
Binary 11000011 1000101 1110 0 1000001 1011101 11000 10010 1010111 101001

Color Harmonies of #C3450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3450E

Black with #C3450E

Text Example


Text Example

White with #C3450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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