Html Css Color HEX #C23C01 Rust

📋 copy color: '#C23C01'

red 194 ◦ green 60 ◦ blue 1

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

Shades of Rust #C23C01

Tints of Rust #C23C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 76.08%
G = 23.53%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C23C01 (or 0xC23C01) is known color: Rust. HEX triplet: C2, 3C and 01. RGB value is (194,60,1). Sum of RGB (Red+Green+Blue) = 194+60+1=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C01 is #3DC3FE. Grayscale: #5D5D5D. Windows color (decimal): -4047871 or 81090. OLE color: 81090.

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

Color convert

RGB 194 60 1 -
CMYK 0 0.69 0.99 0.24
HSL 18.34º 0.99% 0.38% -
HSV(B) 18.34º 0.99% 0.76% -
XYZ 23.87 14.7 1.61 -
YUV 93.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 194 60 1 0 0.69 0.99 0.24 18.34 0.99 0.38
Hex C2 3C 1 0 45 63 18 12 63 26
Octal 302 74 1 0 105 143 30 22 143 46
Binary 11000010 111100 1 0 1000101 1100011 11000 10010 1100011 100110

Color Harmonies of #C23C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C01

Black with #C23C01

Text Example


Text Example

White with #C23C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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