Html Css Color HEX #C6450F Rust

📋 copy color: '#C6450F'

red 198 ◦ green 69 ◦ blue 15

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

Shades of Rust #C6450F

Tints of Rust #C6450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 70.21%
G = 24.47%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6450F (or 0xC6450F) is known color: Rust. HEX triplet: C6, 45 and 0F. RGB value is (198,69,15). Sum of RGB (Red+Green+Blue) = 198+69+15=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6450F is #39BAF0. Grayscale: #656565. Windows color (decimal): -3783409 or 1000902. OLE color: 1000902.

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

Color convert

RGB 198 69 15 -
CMYK 0 0.65 0.92 0.22
HSL 17.7º 0.86% 0.42% -
HSV(B) 17.7º 0.92% 0.78% -
XYZ 25.5 16.3 2.25 -
YUV 101.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 198 69 15 0 0.65 0.92 0.22 17.7 0.86 0.42
Hex C6 45 F 0 41 5C 16 12 56 2A
Octal 306 105 17 0 101 134 26 22 126 52
Binary 11000110 1000101 1111 0 1000001 1011100 10110 10010 1010110 101010

Color Harmonies of #C6450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6450F

Black with #C6450F

Text Example


Text Example

White with #C6450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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