Html Css Color HEX #C14B05 Rust

📋 copy color: '#C14B05'

red 193 ◦ green 75 ◦ blue 5

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

Shades of Rust #C14B05

Tints of Rust #C14B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 70.7%
G = 27.47%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C14B05 (or 0xC14B05) is known color: Rust. HEX triplet: C1, 4B and 05. RGB value is (193,75,5). Sum of RGB (Red+Green+Blue) = 193+75+5=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14B05 is #3EB4FA. Grayscale: #666666. Windows color (decimal): -4109563 or 347073. OLE color: 347073.

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

Color convert

RGB 193 75 5 -
CMYK 0 0.61 0.97 0.24
HSL 22.34º 0.95% 0.39% -
HSV(B) 22.34º 0.97% 0.76% -
XYZ 24.54 16.38 2.01 -
YUV 102.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 193 75 5 0 0.61 0.97 0.24 22.34 0.95 0.39
Hex C1 4B 5 0 3D 61 18 16 5F 27
Octal 301 113 5 0 75 141 30 26 137 47
Binary 11000001 1001011 101 0 111101 1100001 11000 10110 1011111 100111

Color Harmonies of #C14B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B05

Black with #C14B05

Text Example


Text Example

White with #C14B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B05; }

 p { color: rgb(193,75,5); }

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

background-color css

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

 a { background-color: rgb(193,75,5); }

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

border-color css

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

 span { border-color: rgb(193,75,5); }

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