Html Css Color HEX #C23F15 Rust

📋 copy color: '#C23F15'

red 194 ◦ green 63 ◦ blue 21

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

Shades of Rust #C23F15

Tints of Rust #C23F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.55%

R = 69.78%
G = 22.66%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C23F15 (or 0xC23F15) is known color: Rust. HEX triplet: C2, 3F and 15. RGB value is (194,63,21). Sum of RGB (Red+Green+Blue) = 194+63+21=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F15 is #3DC0EA. Grayscale: #616161. Windows color (decimal): -4047083 or 1392578. OLE color: 1392578.

HSL color Cylindrical-coordinate representation of color #C23F15: hue angle of 14.57º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C23F15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 63 21 -
CMYK 0 0.68 0.89 0.24
HSL 14.57º 0.8% 0.42% -
HSV(B) 14.57º 0.89% 0.76% -
XYZ 24.16 15.08 2.35 -
YUV 97.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 194 63 21 0 0.68 0.89 0.24 14.57 0.8 0.42
Hex C2 3F 15 0 44 59 18 F 50 2A
Octal 302 77 25 0 104 131 30 17 120 52
Binary 11000010 111111 10101 0 1000100 1011001 11000 1111 1010000 101010

Color Harmonies of #C23F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F15

Black with #C23F15

Text Example


Text Example

White with #C23F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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