Html Css Color HEX #C23C00 Rust

📋 copy color: '#C23C00'

red 194 ◦ green 60 ◦ blue 0

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

Shades of Rust #C23C00

Tints of Rust #C23C00

RGB

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

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

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

R = 76.38%
G = 23.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C23C00 (or 0xC23C00) is known color: Rust. HEX triplet: C2, 3C and 00. RGB value is (194,60,0). Sum of RGB (Red+Green+Blue) = 194+60+0=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C00 is #3DC3FF. Grayscale: #5D5D5D. Windows color (decimal): -4047872 or 15554. OLE color: 15554.

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

Color convert

RGB 194 60 0 -
CMYK 0 0.69 1 0.24
HSL 18.56º 1% 0.38% -
HSV(B) 18.56º 1% 0.76% -
XYZ 23.86 14.7 1.58 -
YUV 93.23 75.39 199.88 -
System Red Green Blue C M Y K H S L
Decimal 194 60 0 0 0.69 1 0.24 18.56 1 0.38
Hex C2 3C 0 0 45 64 18 13 64 26
Octal 302 74 0 0 105 144 30 23 144 46
Binary 11000010 111100 0 0 1000101 1100100 11000 10011 1100100 100110

Color Harmonies of #C23C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C00

Black with #C23C00

Text Example


Text Example

White with #C23C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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