Html Css Color HEX #C7440C Rust

📋 copy color: '#C7440C'

red 199 ◦ green 68 ◦ blue 12

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

Shades of Rust #C7440C

Tints of Rust #C7440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 71.33%
G = 24.37%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7440C (or 0xC7440C) is known color: Rust. HEX triplet: C7, 44 and 0C. RGB value is (199,68,12). Sum of RGB (Red+Green+Blue) = 199+68+12=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7440C is #38BBF3. Grayscale: #656565. Windows color (decimal): -3718132 or 804039. OLE color: 804039.

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

Color convert

RGB 199 68 12 -
CMYK 0 0.66 0.94 0.22
HSL 17.97º 0.89% 0.41% -
HSV(B) 17.97º 0.94% 0.78% -
XYZ 25.69 16.3 2.14 -
YUV 100.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 199 68 12 0 0.66 0.94 0.22 17.97 0.89 0.41
Hex C7 44 C 0 42 5E 16 12 59 29
Octal 307 104 14 0 102 136 26 22 131 51
Binary 11000111 1000100 1100 0 1000010 1011110 10110 10010 1011001 101001

Color Harmonies of #C7440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7440C

Black with #C7440C

Text Example


Text Example

White with #C7440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7440C; }

 p { color: rgb(199,68,12); }

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

background-color css

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

 a { background-color: rgb(199,68,12); }

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

border-color css

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

 span { border-color: rgb(199,68,12); }

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