Html Css Color HEX #C23805 Rust

📋 copy color: '#C23805'

red 194 ◦ green 56 ◦ blue 5

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

Shades of Rust #C23805

Tints of Rust #C23805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 76.08%
G = 21.96%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C23805 (or 0xC23805) is known color: Rust. HEX triplet: C2, 38 and 05. RGB value is (194,56,5). Sum of RGB (Red+Green+Blue) = 194+56+5=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C23805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23805 is #3DC7FA. Grayscale: #5B5B5B. Windows color (decimal): -4048891 or 342210. OLE color: 342210.

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

Color convert

RGB 194 56 5 -
CMYK 0 0.71 0.97 0.24
HSL 16.19º 0.95% 0.39% -
HSV(B) 16.19º 0.97% 0.76% -
XYZ 23.69 14.31 1.66 -
YUV 91.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 194 56 5 0 0.71 0.97 0.24 16.19 0.95 0.39
Hex C2 38 5 0 47 61 18 10 5F 27
Octal 302 70 5 0 107 141 30 20 137 47
Binary 11000010 111000 101 0 1000111 1100001 11000 10000 1011111 100111

Color Harmonies of #C23805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23805

Black with #C23805

Text Example


Text Example

White with #C23805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23805; }

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

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

background-color css

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

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

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

border-color css

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

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

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