Html Css Color HEX #C23F01 Rust

📋 copy color: '#C23F01'

red 194 ◦ green 63 ◦ blue 1

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

Shades of Rust #C23F01

Tints of Rust #C23F01

RGB

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

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

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

R = 75.19%
G = 24.42%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C23F01 (or 0xC23F01) is known color: Rust. HEX triplet: C2, 3F and 01. RGB value is (194,63,1). Sum of RGB (Red+Green+Blue) = 194+63+1=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23F01 is #3DC0FE. Grayscale: #5F5F5F. Windows color (decimal): -4047103 or 81858. OLE color: 81858.

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

Color convert

RGB 194 63 1 -
CMYK 0 0.68 0.99 0.24
HSL 19.27º 0.99% 0.38% -
HSV(B) 19.27º 0.99% 0.76% -
XYZ 24.03 15.03 1.66 -
YUV 95.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 194 63 1 0 0.68 0.99 0.24 19.27 0.99 0.38
Hex C2 3F 1 0 44 63 18 13 63 26
Octal 302 77 1 0 104 143 30 23 143 46
Binary 11000010 111111 1 0 1000100 1100011 11000 10011 1100011 100110

Color Harmonies of #C23F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F01

Black with #C23F01

Text Example


Text Example

White with #C23F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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