Html Css Color HEX #C13803 Rust

📋 copy color: '#C13803'

red 193 ◦ green 56 ◦ blue 3

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

Shades of Rust #C13803

Tints of Rust #C13803

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.22%

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

R = 76.59%
G = 22.22%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C13803 (or 0xC13803) is known color: Rust. HEX triplet: C1, 38 and 03. RGB value is (193,56,3). Sum of RGB (Red+Green+Blue) = 193+56+3=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C13803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13803 is #3EC7FC. Grayscale: #5B5B5B. Windows color (decimal): -4114429 or 211137. OLE color: 211137.

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

Color convert

RGB 193 56 3 -
CMYK 0 0.71 0.98 0.24
HSL 16.74º 0.97% 0.38% -
HSV(B) 16.74º 0.98% 0.76% -
XYZ 23.42 14.17 1.59 -
YUV 90.92 78.39 200.81 -
System Red Green Blue C M Y K H S L
Decimal 193 56 3 0 0.71 0.98 0.24 16.74 0.97 0.38
Hex C1 38 3 0 47 62 18 11 61 26
Octal 301 70 3 0 107 142 30 21 141 46
Binary 11000001 111000 11 0 1000111 1100010 11000 10001 1100001 100110

Color Harmonies of #C13803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13803

Black with #C13803

Text Example


Text Example

White with #C13803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13803; }

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

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

background-color css

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

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

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

border-color css

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

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

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