Html Css Color HEX #C23E0A Rust

📋 copy color: '#C23E0A'

red 194 ◦ green 62 ◦ blue 10

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

Shades of Rust #C23E0A

Tints of Rust #C23E0A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 72.93%
G = 23.31%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C23E0A (or 0xC23E0A) is known color: Rust. HEX triplet: C2, 3E and 0A. RGB value is (194,62,10). Sum of RGB (Red+Green+Blue) = 194+62+10=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23E0A is #3DC1F5. Grayscale: #5F5F5F. Windows color (decimal): -4047350 or 671426. OLE color: 671426.

HSL color Cylindrical-coordinate representation of color #C23E0A: hue angle of 16.96º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C23E0A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 62 10 -
CMYK 0 0.68 0.95 0.24
HSL 16.96º 0.9% 0.4% -
HSV(B) 16.96º 0.95% 0.76% -
XYZ 24.03 14.94 1.9 -
YUV 95.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 194 62 10 0 0.68 0.95 0.24 16.96 0.9 0.4
Hex C2 3E A 0 44 5F 18 11 5A 28
Octal 302 76 12 0 104 137 30 21 132 50
Binary 11000010 111110 1010 0 1000100 1011111 11000 10001 1011010 101000

Color Harmonies of #C23E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E0A

Black with #C23E0A

Text Example


Text Example

White with #C23E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E0A; }

 p { color: rgb(194,62,10); }

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

background-color css

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

 a { background-color: rgb(194,62,10); }

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

border-color css

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

 span { border-color: rgb(194,62,10); }

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