Html Css Color HEX #C7450F Rust

📋 copy color: '#C7450F'

red 199 ◦ green 69 ◦ blue 15

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

Shades of Rust #C7450F

Tints of Rust #C7450F

RGB

 RED value IS 199 (78.13% from 255) = 70.32%

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

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

R = 70.32%
G = 24.38%
B = 5.3%

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

#C7450F (or 0xC7450F) is known color: Rust. HEX triplet: C7, 45 and 0F. RGB value is (199,69,15). Sum of RGB (Red+Green+Blue) = 199+69+15=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7450F is #38BAF0. Grayscale: #666666. Windows color (decimal): -3717873 or 1000903. OLE color: 1000903.

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

Color convert

RGB 199 69 15 -
CMYK 0 0.65 0.92 0.22
HSL 17.61º 0.86% 0.42% -
HSV(B) 17.61º 0.92% 0.78% -
XYZ 25.77 16.43 2.27 -
YUV 101.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 199 69 15 0 0.65 0.92 0.22 17.61 0.86 0.42
Hex C7 45 F 0 41 5C 16 12 56 2A
Octal 307 105 17 0 101 134 26 22 126 52
Binary 11000111 1000101 1111 0 1000001 1011100 10110 10010 1010110 101010

Color Harmonies of #C7450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7450F

Black with #C7450F

Text Example


Text Example

White with #C7450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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