Html Css Color HEX #C14C0B Rust

📋 copy color: '#C14C0B'

red 193 ◦ green 76 ◦ blue 11

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

Shades of Rust #C14C0B

Tints of Rust #C14C0B

RGB

 RED value IS 193 (75.78% from 255) = 68.93%

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 68.93%
G = 27.14%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C14C0B (or 0xC14C0B) is known color: Rust. HEX triplet: C1, 4C and 0B. RGB value is (193,76,11). Sum of RGB (Red+Green+Blue) = 193+76+11=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C0B is #3EB3F4. Grayscale: #676767. Windows color (decimal): -4109301 or 740545. OLE color: 740545.

HSL color Cylindrical-coordinate representation of color #C14C0B: hue angle of 21.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C14C0B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 76 11 -
CMYK 0 0.61 0.94 0.24
HSL 21.43º 0.89% 0.4% -
HSV(B) 21.43º 0.94% 0.76% -
XYZ 24.64 16.53 2.21 -
YUV 103.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 193 76 11 0 0.61 0.94 0.24 21.43 0.89 0.4
Hex C1 4C B 0 3D 5E 18 15 59 28
Octal 301 114 13 0 75 136 30 25 131 50
Binary 11000001 1001100 1011 0 111101 1011110 11000 10101 1011001 101000

Color Harmonies of #C14C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C0B

Black with #C14C0B

Text Example


Text Example

White with #C14C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C0B; }

 p { color: rgb(193,76,11); }

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

background-color css

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

 a { background-color: rgb(193,76,11); }

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

border-color css

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

 span { border-color: rgb(193,76,11); }

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