Html Css Color HEX #C2451E Rust

📋 copy color: '#C2451E'

red 194 ◦ green 69 ◦ blue 30

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

Shades of Rust #C2451E

Tints of Rust #C2451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 66.21%
G = 23.55%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2451E (or 0xC2451E) is known color: Rust. HEX triplet: C2, 45 and 1E. RGB value is (194,69,30). Sum of RGB (Red+Green+Blue) = 194+69+30=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2451E is #3DBAE1. Grayscale: #666666. Windows color (decimal): -4045538 or 1983938. OLE color: 1983938.

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

Color convert

RGB 194 69 30 -
CMYK 0 0.64 0.85 0.24
HSL 14.27º 0.73% 0.44% -
HSV(B) 14.27º 0.85% 0.76% -
XYZ 24.61 15.82 2.98 -
YUV 101.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 194 69 30 0 0.64 0.85 0.24 14.27 0.73 0.44
Hex C2 45 1E 0 40 55 18 E 49 2C
Octal 302 105 36 0 100 125 30 16 111 54
Binary 11000010 1000101 11110 0 1000000 1010101 11000 1110 1001001 101100

Color Harmonies of #C2451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2451E

Black with #C2451E

Text Example


Text Example

White with #C2451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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