Html Css Color HEX #C23C0E Rust

📋 copy color: '#C23C0E'

red 194 ◦ green 60 ◦ blue 14

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

Shades of Rust #C23C0E

Tints of Rust #C23C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 72.39%
G = 22.39%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C23C0E (or 0xC23C0E) is known color: Rust. HEX triplet: C2, 3C and 0E. RGB value is (194,60,14). Sum of RGB (Red+Green+Blue) = 194+60+14=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C0E is #3DC3F1. Grayscale: #5F5F5F. Windows color (decimal): -4047858 or 933058. OLE color: 933058.

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

Color convert

RGB 194 60 14 -
CMYK 0 0.69 0.93 0.24
HSL 15.33º 0.87% 0.41% -
HSV(B) 15.33º 0.93% 0.76% -
XYZ 23.94 14.73 2 -
YUV 94.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 194 60 14 0 0.69 0.93 0.24 15.33 0.87 0.41
Hex C2 3C E 0 45 5D 18 F 57 29
Octal 302 74 16 0 105 135 30 17 127 51
Binary 11000010 111100 1110 0 1000101 1011101 11000 1111 1010111 101001

Color Harmonies of #C23C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C0E

Black with #C23C0E

Text Example


Text Example

White with #C23C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C0E; }

 p { color: rgb(194,60,14); }

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

background-color css

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

 a { background-color: rgb(194,60,14); }

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

border-color css

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

 span { border-color: rgb(194,60,14); }

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