Html Css Color HEX #C04B13 Rust

📋 copy color: '#C04B13'

red 192 ◦ green 75 ◦ blue 19

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

Shades of Rust #C04B13

Tints of Rust #C04B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 67.13%
G = 26.22%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04B13 (or 0xC04B13) is known color: Rust. HEX triplet: C0, 4B and 13. RGB value is (192,75,19). Sum of RGB (Red+Green+Blue) = 192+75+19=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B13 is #3FB4EC. Grayscale: #676767. Windows color (decimal): -4175085 or 1264576. OLE color: 1264576.

HSL color Cylindrical-coordinate representation of color #C04B13: hue angle of 19.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04B13 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 19 -
CMYK 0 0.61 0.90 0.25
HSL 19.42º 0.82% 0.41% -
HSV(B) 19.42º 0.9% 0.75% -
XYZ 24.37 16.29 2.47 -
YUV 103.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 192 75 19 0 0.61 0.90 0.25 19.42 0.82 0.41
Hex C0 4B 13 0 3D 5A 19 13 52 29
Octal 300 113 23 0 75 132 31 23 122 51
Binary 11000000 1001011 10011 0 111101 1011010 11001 10011 1010010 101001

Color Harmonies of #C04B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B13

Black with #C04B13

Text Example


Text Example

White with #C04B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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