Html Css Color HEX #C0481A Rust

📋 copy color: '#C0481A'

red 192 ◦ green 72 ◦ blue 26

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

Shades of Rust #C0481A

Tints of Rust #C0481A

RGB

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

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

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

R = 66.21%
G = 24.83%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0481A (or 0xC0481A) is known color: Rust. HEX triplet: C0, 48 and 1A. RGB value is (192,72,26). Sum of RGB (Red+Green+Blue) = 192+72+26=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0481A is #3FB7E5. Grayscale: #666666. Windows color (decimal): -4175846 or 1722560. OLE color: 1722560.

HSL color Cylindrical-coordinate representation of color #C0481A: hue angle of 16.63º 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 #C0481A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 26 -
CMYK 0 0.63 0.86 0.25
HSL 16.63º 0.76% 0.43% -
HSV(B) 16.63º 0.86% 0.75% -
XYZ 24.24 15.92 2.77 -
YUV 102.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 192 72 26 0 0.63 0.86 0.25 16.63 0.76 0.43
Hex C0 48 1A 0 3F 56 19 11 4C 2B
Octal 300 110 32 0 77 126 31 21 114 53
Binary 11000000 1001000 11010 0 111111 1010110 11001 10001 1001100 101011

Color Harmonies of #C0481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0481A

Black with #C0481A

Text Example


Text Example

White with #C0481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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