Html Css Color HEX #C23D0F Rust

📋 copy color: '#C23D0F'

red 194 ◦ green 61 ◦ blue 15

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

Shades of Rust #C23D0F

Tints of Rust #C23D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 71.85%
G = 22.59%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C23D0F (or 0xC23D0F) is known color: Rust. HEX triplet: C2, 3D and 0F. RGB value is (194,61,15). Sum of RGB (Red+Green+Blue) = 194+61+15=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23D0F is #3DC2F0. Grayscale: #5F5F5F. Windows color (decimal): -4047601 or 998850. OLE color: 998850.

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

Color convert

RGB 194 61 15 -
CMYK 0 0.69 0.92 0.24
HSL 15.42º 0.86% 0.41% -
HSV(B) 15.42º 0.92% 0.76% -
XYZ 24 14.84 2.05 -
YUV 95.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 194 61 15 0 0.69 0.92 0.24 15.42 0.86 0.41
Hex C2 3D F 0 45 5C 18 F 56 29
Octal 302 75 17 0 105 134 30 17 126 51
Binary 11000010 111101 1111 0 1000101 1011100 11000 1111 1010110 101001

Color Harmonies of #C23D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D0F

Black with #C23D0F

Text Example


Text Example

White with #C23D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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