Html Css Color HEX #C2481B Rust

📋 copy color: '#C2481B'

red 194 ◦ green 72 ◦ blue 27

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

Shades of Rust #C2481B

Tints of Rust #C2481B

RGB

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

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

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

R = 66.21%
G = 24.57%
B = 9.22%

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

#C2481B (or 0xC2481B) is known color: Rust. HEX triplet: C2, 48 and 1B. RGB value is (194,72,27). Sum of RGB (Red+Green+Blue) = 194+72+27=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481B is #3DB7E4. Grayscale: #676767. Windows color (decimal): -4044773 or 1788098. OLE color: 1788098.

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

Color convert

RGB 194 72 27 -
CMYK 0 0.63 0.86 0.24
HSL 16.17º 0.76% 0.43% -
HSV(B) 16.17º 0.86% 0.76% -
XYZ 24.76 16.18 2.86 -
YUV 103.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 194 72 27 0 0.63 0.86 0.24 16.17 0.76 0.43
Hex C2 48 1B 0 3F 56 18 10 4C 2B
Octal 302 110 33 0 77 126 30 20 114 53
Binary 11000010 1001000 11011 0 111111 1010110 11000 10000 1001100 101011

Color Harmonies of #C2481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2481B

Black with #C2481B

Text Example


Text Example

White with #C2481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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