Html Css Color HEX #C2481C Rust

📋 copy color: '#C2481C'

red 194 ◦ green 72 ◦ blue 28

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

Shades of Rust #C2481C

Tints of Rust #C2481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 65.99%
G = 24.49%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2481C (or 0xC2481C) is known color: Rust. HEX triplet: C2, 48 and 1C. RGB value is (194,72,28). Sum of RGB (Red+Green+Blue) = 194+72+28=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481C is #3DB7E3. Grayscale: #676767. Windows color (decimal): -4044772 or 1853634. OLE color: 1853634.

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

Color convert

RGB 194 72 28 -
CMYK 0 0.63 0.86 0.24
HSL 15.9º 0.75% 0.44% -
HSV(B) 15.9º 0.86% 0.76% -
XYZ 24.78 16.19 2.92 -
YUV 103.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 194 72 28 0 0.63 0.86 0.24 15.9 0.75 0.44
Hex C2 48 1C 0 3F 56 18 10 4B 2C
Octal 302 110 34 0 77 126 30 20 113 54
Binary 11000010 1001000 11100 0 111111 1010110 11000 10000 1001011 101100

Color Harmonies of #C2481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2481C

Black with #C2481C

Text Example


Text Example

White with #C2481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2481C; }

 p { color: rgb(194,72,28); }

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

background-color css

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

 a { background-color: rgb(194,72,28); }

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

border-color css

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

 span { border-color: rgb(194,72,28); }

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