Html Css Color HEX #C04B15 Rust

📋 copy color: '#C04B15'

red 192 ◦ green 75 ◦ blue 21

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

Shades of Rust #C04B15

Tints of Rust #C04B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 66.67%
G = 26.04%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04B15 (or 0xC04B15) is known color: Rust. HEX triplet: C0, 4B and 15. RGB value is (192,75,21). Sum of RGB (Red+Green+Blue) = 192+75+21=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B15 is #3FB4EA. Grayscale: #686868. Windows color (decimal): -4175083 or 1395648. OLE color: 1395648.

HSL color Cylindrical-coordinate representation of color #C04B15: hue angle of 18.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04B15 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 21 -
CMYK 0 0.61 0.89 0.25
HSL 18.95º 0.8% 0.42% -
HSV(B) 18.95º 0.89% 0.75% -
XYZ 24.39 16.29 2.57 -
YUV 103.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 192 75 21 0 0.61 0.89 0.25 18.95 0.8 0.42
Hex C0 4B 15 0 3D 59 19 13 50 2A
Octal 300 113 25 0 75 131 31 23 120 52
Binary 11000000 1001011 10101 0 111101 1011001 11001 10011 1010000 101010

Color Harmonies of #C04B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B15

Black with #C04B15

Text Example


Text Example

White with #C04B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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