Html Css Color HEX #C2481F Rust

📋 copy color: '#C2481F'

red 194 ◦ green 72 ◦ blue 31

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

Shades of Rust #C2481F

Tints of Rust #C2481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 65.32%
G = 24.24%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2481F (or 0xC2481F) is known color: Rust. HEX triplet: C2, 48 and 1F. RGB value is (194,72,31). Sum of RGB (Red+Green+Blue) = 194+72+31=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2481F is #3DB7E0. Grayscale: #686868. Windows color (decimal): -4044769 or 2050242. OLE color: 2050242.

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

Color convert

RGB 194 72 31 -
CMYK 0 0.63 0.84 0.24
HSL 15.09º 0.72% 0.44% -
HSV(B) 15.09º 0.84% 0.76% -
XYZ 24.81 16.2 3.12 -
YUV 103.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 194 72 31 0 0.63 0.84 0.24 15.09 0.72 0.44
Hex C2 48 1F 0 3F 54 18 F 48 2C
Octal 302 110 37 0 77 124 30 17 110 54
Binary 11000010 1001000 11111 0 111111 1010100 11000 1111 1001000 101100

Color Harmonies of #C2481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2481F

Black with #C2481F

Text Example


Text Example

White with #C2481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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