Html Css Color HEX #C0440D Rust

📋 copy color: '#C0440D'

red 192 ◦ green 68 ◦ blue 13

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

Shades of Rust #C0440D

Tints of Rust #C0440D

RGB

 RED value IS 192 (75.39% from 255) = 70.33%

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

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

R = 70.33%
G = 24.91%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0440D (or 0xC0440D) is known color: Rust. HEX triplet: C0, 44 and 0D. RGB value is (192,68,13). Sum of RGB (Red+Green+Blue) = 192+68+13=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0440D is #3FBBF2. Grayscale: #636363. Windows color (decimal): -4176883 or 869568. OLE color: 869568.

HSL color Cylindrical-coordinate representation of color #C0440D: hue angle of 18.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0440D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 13 -
CMYK 0 0.65 0.93 0.25
HSL 18.44º 0.87% 0.4% -
HSV(B) 18.44º 0.93% 0.75% -
XYZ 23.88 15.37 2.09 -
YUV 98.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 192 68 13 0 0.65 0.93 0.25 18.44 0.87 0.4
Hex C0 44 D 0 41 5D 19 12 57 28
Octal 300 104 15 0 101 135 31 22 127 50
Binary 11000000 1000100 1101 0 1000001 1011101 11001 10010 1010111 101000

Color Harmonies of #C0440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0440D

Black with #C0440D

Text Example


Text Example

White with #C0440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0440D; }

 p { color: rgb(192,68,13); }

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

background-color css

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

 a { background-color: rgb(192,68,13); }

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

border-color css

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

 span { border-color: rgb(192,68,13); }

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