Html Css Color HEX #C1421A Rust

📋 copy color: '#C1421A'

red 193 ◦ green 66 ◦ blue 26

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

Shades of Rust #C1421A

Tints of Rust #C1421A

RGB

 RED value IS 193 (75.78% from 255) = 67.72%

 GREEN value IS 66 (26.17% from 255) = 23.16%

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

R = 67.72%
G = 23.16%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1421A (or 0xC1421A) is known color: Rust. HEX triplet: C1, 42 and 1A. RGB value is (193,66,26). Sum of RGB (Red+Green+Blue) = 193+66+26=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1421A is #3EBDE5. Grayscale: #636363. Windows color (decimal): -4111846 or 1721025. OLE color: 1721025.

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

Color convert

RGB 193 66 26 -
CMYK 0 0.66 0.87 0.24
HSL 14.37º 0.76% 0.43% -
HSV(B) 14.37º 0.87% 0.76% -
XYZ 24.13 15.31 2.66 -
YUV 99.41 86.58 194.75 -
System Red Green Blue C M Y K H S L
Decimal 193 66 26 0 0.66 0.87 0.24 14.37 0.76 0.43
Hex C1 42 1A 0 42 57 18 E 4C 2B
Octal 301 102 32 0 102 127 30 16 114 53
Binary 11000001 1000010 11010 0 1000010 1010111 11000 1110 1001100 101011

Color Harmonies of #C1421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1421A

Black with #C1421A

Text Example


Text Example

White with #C1421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1421A; }

 p { color: rgb(193,66,26); }

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

background-color css

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

 a { background-color: rgb(193,66,26); }

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

border-color css

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

 span { border-color: rgb(193,66,26); }

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