Html Css Color HEX #C0410A Rust

📋 copy color: '#C0410A'

red 192 ◦ green 65 ◦ blue 10

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

Shades of Rust #C0410A

Tints of Rust #C0410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 71.91%
G = 24.34%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0410A (or 0xC0410A) is known color: Rust. HEX triplet: C0, 41 and 0A. RGB value is (192,65,10). Sum of RGB (Red+Green+Blue) = 192+65+10=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C0410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0410A is #3FBEF5. Grayscale: #616161. Windows color (decimal): -4177654 or 672192. OLE color: 672192.

HSL color Cylindrical-coordinate representation of color #C0410A: hue angle of 18.13º 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 #C0410A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 10 -
CMYK 0 0.66 0.95 0.25
HSL 18.13º 0.9% 0.4% -
HSV(B) 18.13º 0.95% 0.75% -
XYZ 23.68 15.01 1.94 -
YUV 96.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 192 65 10 0 0.66 0.95 0.25 18.13 0.9 0.4
Hex C0 41 A 0 42 5F 19 12 5A 28
Octal 300 101 12 0 102 137 31 22 132 50
Binary 11000000 1000001 1010 0 1000010 1011111 11001 10010 1011010 101000

Color Harmonies of #C0410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0410A

Black with #C0410A

Text Example


Text Example

White with #C0410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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