Html Css Color HEX #C04B1A Rust

📋 copy color: '#C04B1A'

red 192 ◦ green 75 ◦ blue 26

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

Shades of Rust #C04B1A

Tints of Rust #C04B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 65.53%
G = 25.6%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C04B1A (or 0xC04B1A) is known color: Rust. HEX triplet: C0, 4B and 1A. RGB value is (192,75,26). Sum of RGB (Red+Green+Blue) = 192+75+26=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B1A is #3FB4E5. Grayscale: #686868. Windows color (decimal): -4175078 or 1723328. OLE color: 1723328.

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

Color convert

RGB 192 75 26 -
CMYK 0 0.61 0.86 0.25
HSL 17.71º 0.76% 0.43% -
HSV(B) 17.71º 0.86% 0.75% -
XYZ 24.44 16.31 2.84 -
YUV 104.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 192 75 26 0 0.61 0.86 0.25 17.71 0.76 0.43
Hex C0 4B 1A 0 3D 56 19 12 4C 2B
Octal 300 113 32 0 75 126 31 22 114 53
Binary 11000000 1001011 11010 0 111101 1010110 11001 10010 1001100 101011

Color Harmonies of #C04B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B1A

Black with #C04B1A

Text Example


Text Example

White with #C04B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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