Html Css Color HEX #C6450D Rust

📋 copy color: '#C6450D'

red 198 ◦ green 69 ◦ blue 13

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

Shades of Rust #C6450D

Tints of Rust #C6450D

RGB

 RED value IS 198 (77.73% from 255) = 70.71%

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

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

R = 70.71%
G = 24.64%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6450D (or 0xC6450D) is known color: Rust. HEX triplet: C6, 45 and 0D. RGB value is (198,69,13). Sum of RGB (Red+Green+Blue) = 198+69+13=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6450D is #39BAF2. Grayscale: #656565. Windows color (decimal): -3783411 or 869830. OLE color: 869830.

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

Color convert

RGB 198 69 13 -
CMYK 0 0.65 0.93 0.22
HSL 18.16º 0.88% 0.41% -
HSV(B) 18.16º 0.93% 0.78% -
XYZ 25.49 16.29 2.18 -
YUV 101.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 198 69 13 0 0.65 0.93 0.22 18.16 0.88 0.41
Hex C6 45 D 0 41 5D 16 12 58 29
Octal 306 105 15 0 101 135 26 22 130 51
Binary 11000110 1000101 1101 0 1000001 1011101 10110 10010 1011000 101001

Color Harmonies of #C6450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6450D

Black with #C6450D

Text Example


Text Example

White with #C6450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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