Html Css Color HEX #C23D10 Rust

📋 copy color: '#C23D10'

red 194 ◦ green 61 ◦ blue 16

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

Shades of Rust #C23D10

Tints of Rust #C23D10

RGB

 RED value IS 194 (76.17% from 255) = 71.59%

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 71.59%
G = 22.51%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C23D10 (or 0xC23D10) is known color: Rust. HEX triplet: C2, 3D and 10. RGB value is (194,61,16). Sum of RGB (Red+Green+Blue) = 194+61+16=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D10 is #3DC2EF. Grayscale: #5F5F5F. Windows color (decimal): -4047600 or 1064386. OLE color: 1064386.

HSL color Cylindrical-coordinate representation of color #C23D10: hue angle of 15.17º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C23D10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 16 -
CMYK 0 0.69 0.92 0.24
HSL 15.17º 0.85% 0.41% -
HSV(B) 15.17º 0.92% 0.76% -
XYZ 24.01 14.84 2.09 -
YUV 95.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 194 61 16 0 0.69 0.92 0.24 15.17 0.85 0.41
Hex C2 3D 10 0 45 5C 18 F 55 29
Octal 302 75 20 0 105 134 30 17 125 51
Binary 11000010 111101 10000 0 1000101 1011100 11000 1111 1010101 101001

Color Harmonies of #C23D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D10

Black with #C23D10

Text Example


Text Example

White with #C23D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D10; }

 p { color: rgb(194,61,16); }

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

background-color css

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

 a { background-color: rgb(194,61,16); }

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

border-color css

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

 span { border-color: rgb(194,61,16); }

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