Html Css Color HEX #C0421A Rust

📋 copy color: '#C0421A'

red 192 ◦ green 66 ◦ blue 26

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

Shades of Rust #C0421A

Tints of Rust #C0421A

RGB

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

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

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

R = 67.61%
G = 23.24%
B = 9.15%

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

#C0421A (or 0xC0421A) is known color: Rust. HEX triplet: C0, 42 and 1A. RGB value is (192,66,26). Sum of RGB (Red+Green+Blue) = 192+66+26=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0421A is #3FBDE5. Grayscale: #636363. Windows color (decimal): -4177382 or 1721024. OLE color: 1721024.

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

Color convert

RGB 192 66 26 -
CMYK 0 0.66 0.86 0.25
HSL 14.46º 0.76% 0.43% -
HSV(B) 14.46º 0.86% 0.75% -
XYZ 23.87 15.18 2.65 -
YUV 99.11 86.74 194.25 -
System Red Green Blue C M Y K H S L
Decimal 192 66 26 0 0.66 0.86 0.25 14.46 0.76 0.43
Hex C0 42 1A 0 42 56 19 E 4C 2B
Octal 300 102 32 0 102 126 31 16 114 53
Binary 11000000 1000010 11010 0 1000010 1010110 11001 1110 1001100 101011

Color Harmonies of #C0421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0421A

Black with #C0421A

Text Example


Text Example

White with #C0421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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