Html Css Color HEX #C2461B Rust

📋 copy color: '#C2461B'

red 194 ◦ green 70 ◦ blue 27

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

Shades of Rust #C2461B

Tints of Rust #C2461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

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

R = 66.67%
G = 24.05%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2461B (or 0xC2461B) is known color: Rust. HEX triplet: C2, 46 and 1B. RGB value is (194,70,27). Sum of RGB (Red+Green+Blue) = 194+70+27=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2461B is #3DB9E4. Grayscale: #666666. Windows color (decimal): -4045285 or 1787586. OLE color: 1787586.

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

Color convert

RGB 194 70 27 -
CMYK 0 0.64 0.86 0.24
HSL 15.45º 0.76% 0.43% -
HSV(B) 15.45º 0.86% 0.76% -
XYZ 24.64 15.93 2.81 -
YUV 102.17 85.58 193.5 -
System Red Green Blue C M Y K H S L
Decimal 194 70 27 0 0.64 0.86 0.24 15.45 0.76 0.43
Hex C2 46 1B 0 40 56 18 F 4C 2B
Octal 302 106 33 0 100 126 30 17 114 53
Binary 11000010 1000110 11011 0 1000000 1010110 11000 1111 1001100 101011

Color Harmonies of #C2461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2461B

Black with #C2461B

Text Example


Text Example

White with #C2461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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