Html Css Color HEX #C23D00 Rust

📋 copy color: '#C23D00'

red 194 ◦ green 61 ◦ blue 0

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

Shades of Rust #C23D00

Tints of Rust #C23D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

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

R = 76.08%
G = 23.92%
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

#C23D00 (or 0xC23D00) is known color: Rust. HEX triplet: C2, 3D and 00. RGB value is (194,61,0). Sum of RGB (Red+Green+Blue) = 194+61+0=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D00 is #3DC2FF. Grayscale: #5E5E5E. Windows color (decimal): -4047616 or 15810. OLE color: 15810.

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

Color convert

RGB 194 61 0 -
CMYK 0 0.69 1 0.24
HSL 18.87º 1% 0.38% -
HSV(B) 18.87º 1% 0.76% -
XYZ 23.92 14.81 1.6 -
YUV 93.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 194 61 0 0 0.69 1 0.24 18.87 1 0.38
Hex C2 3D 0 0 45 64 18 13 64 26
Octal 302 75 0 0 105 144 30 23 144 46
Binary 11000010 111101 0 0 1000101 1100100 11000 10011 1100100 100110

Color Harmonies of #C23D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D00

Black with #C23D00

Text Example


Text Example

White with #C23D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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