Html Css Color HEX #C23B05 Rust

📋 copy color: '#C23B05'

red 194 ◦ green 59 ◦ blue 5

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

Shades of Rust #C23B05

Tints of Rust #C23B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 75.19%
G = 22.87%
B = 1.94%

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

#C23B05 (or 0xC23B05) is known color: Rust. HEX triplet: C2, 3B and 05. RGB value is (194,59,5). Sum of RGB (Red+Green+Blue) = 194+59+5=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B05 is #3DC4FA. Grayscale: #5D5D5D. Windows color (decimal): -4048123 or 342978. OLE color: 342978.

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

Color convert

RGB 194 59 5 -
CMYK 0 0.70 0.97 0.24
HSL 17.14º 0.95% 0.39% -
HSV(B) 17.14º 0.97% 0.76% -
XYZ 23.84 14.61 1.71 -
YUV 93.21 78.23 199.89 -
System Red Green Blue C M Y K H S L
Decimal 194 59 5 0 0.70 0.97 0.24 17.14 0.95 0.39
Hex C2 3B 5 0 46 61 18 11 5F 27
Octal 302 73 5 0 106 141 30 21 137 47
Binary 11000010 111011 101 0 1000110 1100001 11000 10001 1011111 100111

Color Harmonies of #C23B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B05

Black with #C23B05

Text Example


Text Example

White with #C23B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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