Html Css Color HEX #C23F0E Rust

📋 copy color: '#C23F0E'

red 194 ◦ green 63 ◦ blue 14

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

Shades of Rust #C23F0E

Tints of Rust #C23F0E

RGB

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

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

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

R = 71.59%
G = 23.25%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C23F0E (or 0xC23F0E) is known color: Rust. HEX triplet: C2, 3F and 0E. RGB value is (194,63,14). Sum of RGB (Red+Green+Blue) = 194+63+14=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F0E is #3DC0F1. Grayscale: #606060. Windows color (decimal): -4047090 or 933826. OLE color: 933826.

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

Color convert

RGB 194 63 14 -
CMYK 0 0.68 0.93 0.24
HSL 16.33º 0.87% 0.41% -
HSV(B) 16.33º 0.93% 0.76% -
XYZ 24.1 15.06 2.05 -
YUV 96.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 194 63 14 0 0.68 0.93 0.24 16.33 0.87 0.41
Hex C2 3F E 0 44 5D 18 10 57 29
Octal 302 77 16 0 104 135 30 20 127 51
Binary 11000010 111111 1110 0 1000100 1011101 11000 10000 1010111 101001

Color Harmonies of #C23F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F0E

Black with #C23F0E

Text Example


Text Example

White with #C23F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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