Html Css Color HEX #C3450D Rust

📋 copy color: '#C3450D'

red 195 ◦ green 69 ◦ blue 13

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

Shades of Rust #C3450D

Tints of Rust #C3450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.69%

R = 70.4%
G = 24.91%
B = 4.69%

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

#C3450D (or 0xC3450D) is known color: Rust. HEX triplet: C3, 45 and 0D. RGB value is (195,69,13). Sum of RGB (Red+Green+Blue) = 195+69+13=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3450D is #3CBAF2. Grayscale: #646464. Windows color (decimal): -3980019 or 869827. OLE color: 869827.

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

Color convert

RGB 195 69 13 -
CMYK 0 0.65 0.93 0.24
HSL 18.46º 0.88% 0.41% -
HSV(B) 18.46º 0.93% 0.76% -
XYZ 24.71 15.89 2.15 -
YUV 100.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 195 69 13 0 0.65 0.93 0.24 18.46 0.88 0.41
Hex C3 45 D 0 41 5D 18 12 58 29
Octal 303 105 15 0 101 135 30 22 130 51
Binary 11000011 1000101 1101 0 1000001 1011101 11000 10010 1011000 101001

Color Harmonies of #C3450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3450D

Black with #C3450D

Text Example


Text Example

White with #C3450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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