Html Css Color HEX #C0441F Rust

📋 copy color: '#C0441F'

red 192 ◦ green 68 ◦ blue 31

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

Shades of Rust #C0441F

Tints of Rust #C0441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 65.98%
G = 23.37%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0441F (or 0xC0441F) is known color: Rust. HEX triplet: C0, 44 and 1F. RGB value is (192,68,31). Sum of RGB (Red+Green+Blue) = 192+68+31=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0441F is #3FBBE0. Grayscale: #656565. Windows color (decimal): -4176865 or 2049216. OLE color: 2049216.

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

Color convert

RGB 192 68 31 -
CMYK 0 0.65 0.84 0.25
HSL 13.79º 0.72% 0.44% -
HSV(B) 13.79º 0.84% 0.75% -
XYZ 24.05 15.44 3.01 -
YUV 100.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 192 68 31 0 0.65 0.84 0.25 13.79 0.72 0.44
Hex C0 44 1F 0 41 54 19 E 48 2C
Octal 300 104 37 0 101 124 31 16 110 54
Binary 11000000 1000100 11111 0 1000001 1010100 11001 1110 1001000 101100

Color Harmonies of #C0441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0441F

Black with #C0441F

Text Example


Text Example

White with #C0441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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