Html Css Color HEX #C14E0B Rust

📋 copy color: '#C14E0B'

red 193 ◦ green 78 ◦ blue 11

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

Shades of Rust #C14E0B

Tints of Rust #C14E0B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.66%

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

R = 68.44%
G = 27.66%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C14E0B (or 0xC14E0B) is known color: Rust. HEX triplet: C1, 4E and 0B. RGB value is (193,78,11). Sum of RGB (Red+Green+Blue) = 193+78+11=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14E0B is #3EB1F4. Grayscale: #696969. Windows color (decimal): -4108789 or 741057. OLE color: 741057.

HSL color Cylindrical-coordinate representation of color #C14E0B: hue angle of 22.09º 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 #C14E0B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 78 11 -
CMYK 0 0.60 0.94 0.24
HSL 22.09º 0.89% 0.4% -
HSV(B) 22.09º 0.94% 0.76% -
XYZ 24.78 16.81 2.26 -
YUV 104.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 193 78 11 0 0.60 0.94 0.24 22.09 0.89 0.4
Hex C1 4E B 0 3C 5E 18 16 59 28
Octal 301 116 13 0 74 136 30 26 131 50
Binary 11000001 1001110 1011 0 111100 1011110 11000 10110 1011001 101000

Color Harmonies of #C14E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E0B

Black with #C14E0B

Text Example


Text Example

White with #C14E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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