Html Css Color HEX #C0451A Rust

📋 copy color: '#C0451A'

red 192 ◦ green 69 ◦ blue 26

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

Shades of Rust #C0451A

Tints of Rust #C0451A

RGB

 RED value IS 192 (75.39% from 255) = 66.9%

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

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

R = 66.9%
G = 24.04%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0451A (or 0xC0451A) is known color: Rust. HEX triplet: C0, 45 and 1A. RGB value is (192,69,26). Sum of RGB (Red+Green+Blue) = 192+69+26=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0451A is #3FBAE5. Grayscale: #656565. Windows color (decimal): -4176614 or 1721792. OLE color: 1721792.

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

Color convert

RGB 192 69 26 -
CMYK 0 0.64 0.86 0.25
HSL 15.54º 0.76% 0.43% -
HSV(B) 15.54º 0.86% 0.75% -
XYZ 24.05 15.54 2.71 -
YUV 100.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 192 69 26 0 0.64 0.86 0.25 15.54 0.76 0.43
Hex C0 45 1A 0 40 56 19 10 4C 2B
Octal 300 105 32 0 100 126 31 20 114 53
Binary 11000000 1000101 11010 0 1000000 1010110 11001 10000 1001100 101011

Color Harmonies of #C0451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0451A

Black with #C0451A

Text Example


Text Example

White with #C0451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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