Html Css Color HEX #C0411A Rust

📋 copy color: '#C0411A'

red 192 ◦ green 65 ◦ blue 26

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

Shades of Rust #C0411A

Tints of Rust #C0411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 67.84%
G = 22.97%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0411A (or 0xC0411A) is known color: Rust. HEX triplet: C0, 41 and 1A. RGB value is (192,65,26). Sum of RGB (Red+Green+Blue) = 192+65+26=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0411A is #3FBEE5. Grayscale: #626262. Windows color (decimal): -4177638 or 1720768. OLE color: 1720768.

HSL color Cylindrical-coordinate representation of color #C0411A: hue angle of 14.1º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0411A is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 26 -
CMYK 0 0.66 0.86 0.25
HSL 14.1º 0.76% 0.43% -
HSV(B) 14.1º 0.86% 0.75% -
XYZ 23.81 15.06 2.63 -
YUV 98.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 192 65 26 0 0.66 0.86 0.25 14.1 0.76 0.43
Hex C0 41 1A 0 42 56 19 E 4C 2B
Octal 300 101 32 0 102 126 31 16 114 53
Binary 11000000 1000001 11010 0 1000010 1010110 11001 1110 1001100 101011

Color Harmonies of #C0411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0411A

Black with #C0411A

Text Example


Text Example

White with #C0411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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