Html Css Color HEX #C2501B Rust

📋 copy color: '#C2501B'

red 194 ◦ green 80 ◦ blue 27

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

Shades of Rust #C2501B

Tints of Rust #C2501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 64.45%
G = 26.58%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2501B (or 0xC2501B) is known color: Rust. HEX triplet: C2, 50 and 1B. RGB value is (194,80,27). Sum of RGB (Red+Green+Blue) = 194+80+27=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2501B is #3DAFE4. Grayscale: #6C6C6C. Windows color (decimal): -4042725 or 1790146. OLE color: 1790146.

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

Color convert

RGB 194 80 27 -
CMYK 0 0.59 0.86 0.24
HSL 19.04º 0.76% 0.43% -
HSV(B) 19.04º 0.86% 0.76% -
XYZ 25.31 17.29 3.04 -
YUV 108.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 194 80 27 0 0.59 0.86 0.24 19.04 0.76 0.43
Hex C2 50 1B 0 3B 56 18 13 4C 2B
Octal 302 120 33 0 73 126 30 23 114 53
Binary 11000010 1010000 11011 0 111011 1010110 11000 10011 1001100 101011

Color Harmonies of #C2501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2501B

Black with #C2501B

Text Example


Text Example

White with #C2501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2501B; }

 p { color: rgb(194,80,27); }

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

background-color css

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

 a { background-color: rgb(194,80,27); }

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

border-color css

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

 span { border-color: rgb(194,80,27); }

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