Html Css Color HEX #C23900 Rust

📋 copy color: '#C23900'

red 194 ◦ green 57 ◦ blue 0

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

Shades of Rust #C23900

Tints of Rust #C23900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.29%
G = 22.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C23900 (or 0xC23900) is known color: Rust. HEX triplet: C2, 39 and 00. RGB value is (194,57,0). Sum of RGB (Red+Green+Blue) = 194+57+0=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C23900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23900 is #3DC6FF. Grayscale: #5B5B5B. Windows color (decimal): -4048640 or 14786. OLE color: 14786.

HSL color Cylindrical-coordinate representation of color #C23900: hue angle of 17.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C23900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 0 -
CMYK 0 0.71 1 0.24
HSL 17.63º 1% 0.38% -
HSV(B) 17.63º 1% 0.76% -
XYZ 23.71 14.4 1.53 -
YUV 91.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 194 57 0 0 0.71 1 0.24 17.63 1 0.38
Hex C2 39 0 0 47 64 18 12 64 26
Octal 302 71 0 0 107 144 30 22 144 46
Binary 11000010 111001 0 0 1000111 1100100 11000 10010 1100100 100110

Color Harmonies of #C23900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23900

Black with #C23900

Text Example


Text Example

White with #C23900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23900; }

 p { color: rgb(194,57,0); }

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

background-color css

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

 a { background-color: rgb(194,57,0); }

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

border-color css

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

 span { border-color: rgb(194,57,0); }

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