Html Css Color HEX #C2451F Rust

📋 copy color: '#C2451F'

red 194 ◦ green 69 ◦ blue 31

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

Shades of Rust #C2451F

Tints of Rust #C2451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 65.99%
G = 23.47%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2451F (or 0xC2451F) is known color: Rust. HEX triplet: C2, 45 and 1F. RGB value is (194,69,31). Sum of RGB (Red+Green+Blue) = 194+69+31=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2451F is #3DBAE0. Grayscale: #666666. Windows color (decimal): -4045537 or 2049474. OLE color: 2049474.

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

Color convert

RGB 194 69 31 -
CMYK 0 0.64 0.84 0.24
HSL 13.99º 0.72% 0.44% -
HSV(B) 13.99º 0.84% 0.76% -
XYZ 24.62 15.82 3.05 -
YUV 102.04 87.91 193.59 -
System Red Green Blue C M Y K H S L
Decimal 194 69 31 0 0.64 0.84 0.24 13.99 0.72 0.44
Hex C2 45 1F 0 40 54 18 E 48 2C
Octal 302 105 37 0 100 124 30 16 110 54
Binary 11000010 1000101 11111 0 1000000 1010100 11000 1110 1001000 101100

Color Harmonies of #C2451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2451F

Black with #C2451F

Text Example


Text Example

White with #C2451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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