Html Css Color HEX #C23A01 Rust

📋 copy color: '#C23A01'

red 194 ◦ green 58 ◦ blue 1

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

Shades of Rust #C23A01

Tints of Rust #C23A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

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

R = 76.68%
G = 22.92%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C23A01 (or 0xC23A01) is known color: Rust. HEX triplet: C2, 3A and 01. RGB value is (194,58,1). Sum of RGB (Red+Green+Blue) = 194+58+1=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23A01 is #3DC5FE. Grayscale: #5C5C5C. Windows color (decimal): -4048383 or 80578. OLE color: 80578.

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

Color convert

RGB 194 58 1 -
CMYK 0 0.70 0.99 0.24
HSL 17.72º 0.99% 0.38% -
HSV(B) 17.72º 0.99% 0.76% -
XYZ 23.77 14.5 1.57 -
YUV 92.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 194 58 1 0 0.70 0.99 0.24 17.72 0.99 0.38
Hex C2 3A 1 0 46 63 18 12 63 26
Octal 302 72 1 0 106 143 30 22 143 46
Binary 11000010 111010 1 0 1000110 1100011 11000 10010 1100011 100110

Color Harmonies of #C23A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A01

Black with #C23A01

Text Example


Text Example

White with #C23A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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