Html Css Color HEX #C23F10 Rust

📋 copy color: '#C23F10'

red 194 ◦ green 63 ◦ blue 16

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

Shades of Rust #C23F10

Tints of Rust #C23F10

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 71.06%
G = 23.08%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C23F10 (or 0xC23F10) is known color: Rust. HEX triplet: C2, 3F and 10. RGB value is (194,63,16). Sum of RGB (Red+Green+Blue) = 194+63+16=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F10 is #3DC0EF. Grayscale: #616161. Windows color (decimal): -4047088 or 1064898. OLE color: 1064898.

HSL color Cylindrical-coordinate representation of color #C23F10: hue angle of 15.84º 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 #C23F10 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 63 16 -
CMYK 0 0.68 0.92 0.24
HSL 15.84º 0.85% 0.41% -
HSV(B) 15.84º 0.92% 0.76% -
XYZ 24.12 15.06 2.13 -
YUV 96.81 82.4 197.32 -
System Red Green Blue C M Y K H S L
Decimal 194 63 16 0 0.68 0.92 0.24 15.84 0.85 0.41
Hex C2 3F 10 0 44 5C 18 10 55 29
Octal 302 77 20 0 104 134 30 20 125 51
Binary 11000010 111111 10000 0 1000100 1011100 11000 10000 1010101 101001

Color Harmonies of #C23F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F10

Black with #C23F10

Text Example


Text Example

White with #C23F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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