Html Css Color HEX #C14003 Rust

📋 copy color: '#C14003'

red 193 ◦ green 64 ◦ blue 3

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

Shades of Rust #C14003

Tints of Rust #C14003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 74.23%
G = 24.62%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14003 (or 0xC14003) is known color: Rust. HEX triplet: C1, 40 and 03. RGB value is (193,64,3). Sum of RGB (Red+Green+Blue) = 193+64+3=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C14003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14003 is #3EBFFC. Grayscale: #5F5F5F. Windows color (decimal): -4112381 or 213185. OLE color: 213185.

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

Color convert

RGB 193 64 3 -
CMYK 0 0.67 0.98 0.24
HSL 19.26º 0.97% 0.38% -
HSV(B) 19.26º 0.98% 0.76% -
XYZ 23.84 15.01 1.73 -
YUV 95.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 193 64 3 0 0.67 0.98 0.24 19.26 0.97 0.38
Hex C1 40 3 0 43 62 18 13 61 26
Octal 301 100 3 0 103 142 30 23 141 46
Binary 11000001 1000000 11 0 1000011 1100010 11000 10011 1100001 100110

Color Harmonies of #C14003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14003

Black with #C14003

Text Example


Text Example

White with #C14003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14003; }

 p { color: rgb(193,64,3); }

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

background-color css

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

 a { background-color: rgb(193,64,3); }

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

border-color css

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

 span { border-color: rgb(193,64,3); }

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