Html Css Color HEX #C23600 Rust

📋 copy color: '#C23600'

red 194 ◦ green 54 ◦ blue 0

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

Shades of Rust #C23600

Tints of Rust #C23600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 78.23%
G = 21.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C23600 (or 0xC23600) is known color: Rust. HEX triplet: C2, 36 and 00. RGB value is (194,54,0). Sum of RGB (Red+Green+Blue) = 194+54+0=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C23600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23600 is #3DC9FF. Grayscale: #5A5A5A. Windows color (decimal): -4049408 or 14018. OLE color: 14018.

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

Color convert

RGB 194 54 0 -
CMYK 0 0.72 1 0.24
HSL 16.7º 1% 0.38% -
HSV(B) 16.7º 1% 0.76% -
XYZ 23.57 14.11 1.48 -
YUV 89.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 194 54 0 0 0.72 1 0.24 16.7 1 0.38
Hex C2 36 0 0 48 64 18 11 64 26
Octal 302 66 0 0 110 144 30 21 144 46
Binary 11000010 110110 0 0 1001000 1100100 11000 10001 1100100 100110

Color Harmonies of #C23600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23600

Black with #C23600

Text Example


Text Example

White with #C23600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23600; }

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

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

background-color css

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

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

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

border-color css

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

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

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