Html Css Color HEX #C0390A Rust

📋 copy color: '#C0390A'

red 192 ◦ green 57 ◦ blue 10

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

Shades of Rust #C0390A

Tints of Rust #C0390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 10 (4.3% from 255) = 3.86%

R = 74.13%
G = 22.01%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0390A (or 0xC0390A) is known color: Rust. HEX triplet: C0, 39 and 0A. RGB value is (192,57,10). Sum of RGB (Red+Green+Blue) = 192+57+10=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0390A is #3FC6F5. Grayscale: #5C5C5C. Windows color (decimal): -4179702 or 670144. OLE color: 670144.

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

Color convert

RGB 192 57 10 -
CMYK 0 0.70 0.95 0.25
HSL 15.49º 0.9% 0.4% -
HSV(B) 15.49º 0.95% 0.75% -
XYZ 23.26 14.15 1.79 -
YUV 92.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 192 57 10 0 0.70 0.95 0.25 15.49 0.9 0.4
Hex C0 39 A 0 46 5F 19 F 5A 28
Octal 300 71 12 0 106 137 31 17 132 50
Binary 11000000 111001 1010 0 1000110 1011111 11001 1111 1011010 101000

Color Harmonies of #C0390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0390A

Black with #C0390A

Text Example


Text Example

White with #C0390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0390A; }

 p { color: rgb(192,57,10); }

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

background-color css

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

 a { background-color: rgb(192,57,10); }

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

border-color css

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

 span { border-color: rgb(192,57,10); }

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