Html Css Color HEX #C2451A Rust

📋 copy color: '#C2451A'

red 194 ◦ green 69 ◦ blue 26

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

Shades of Rust #C2451A

Tints of Rust #C2451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9%

R = 67.13%
G = 23.88%
B = 9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2451A (or 0xC2451A) is known color: Rust. HEX triplet: C2, 45 and 1A. RGB value is (194,69,26). Sum of RGB (Red+Green+Blue) = 194+69+26=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2451A is #3DBAE5. Grayscale: #656565. Windows color (decimal): -4045542 or 1721794. OLE color: 1721794.

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

Color convert

RGB 194 69 26 -
CMYK 0 0.64 0.87 0.24
HSL 15.36º 0.76% 0.43% -
HSV(B) 15.36º 0.87% 0.76% -
XYZ 24.56 15.8 2.73 -
YUV 101.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 194 69 26 0 0.64 0.87 0.24 15.36 0.76 0.43
Hex C2 45 1A 0 40 57 18 F 4C 2B
Octal 302 105 32 0 100 127 30 17 114 53
Binary 11000010 1000101 11010 0 1000000 1010111 11000 1111 1001100 101011

Color Harmonies of #C2451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2451A

Black with #C2451A

Text Example


Text Example

White with #C2451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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