Html Css Color HEX #C23A05 Rust

📋 copy color: '#C23A05'

red 194 ◦ green 58 ◦ blue 5

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

Shades of Rust #C23A05

Tints of Rust #C23A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 75.49%
G = 22.57%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C23A05 (or 0xC23A05) is known color: Rust. HEX triplet: C2, 3A and 05. RGB value is (194,58,5). Sum of RGB (Red+Green+Blue) = 194+58+5=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23A05 is #3DC5FA. Grayscale: #5C5C5C. Windows color (decimal): -4048379 or 342722. OLE color: 342722.

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

Color convert

RGB 194 58 5 -
CMYK 0 0.70 0.97 0.24
HSL 16.83º 0.95% 0.39% -
HSV(B) 16.83º 0.97% 0.76% -
XYZ 23.79 14.51 1.69 -
YUV 92.62 78.56 200.31 -
System Red Green Blue C M Y K H S L
Decimal 194 58 5 0 0.70 0.97 0.24 16.83 0.95 0.39
Hex C2 3A 5 0 46 61 18 11 5F 27
Octal 302 72 5 0 106 141 30 21 137 47
Binary 11000010 111010 101 0 1000110 1100001 11000 10001 1011111 100111

Color Harmonies of #C23A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A05

Black with #C23A05

Text Example


Text Example

White with #C23A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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