Html Css Color HEX #C13804 Rust

📋 copy color: '#C13804'

red 193 ◦ green 56 ◦ blue 4

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

Shades of Rust #C13804

Tints of Rust #C13804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 76.28%
G = 22.13%
B = 1.58%

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

#C13804 (or 0xC13804) is known color: Rust. HEX triplet: C1, 38 and 04. RGB value is (193,56,4). Sum of RGB (Red+Green+Blue) = 193+56+4=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C13804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13804 is #3EC7FB. Grayscale: #5B5B5B. Windows color (decimal): -4114428 or 276673. OLE color: 276673.

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

Color convert

RGB 193 56 4 -
CMYK 0 0.71 0.98 0.24
HSL 16.51º 0.96% 0.39% -
HSV(B) 16.51º 0.98% 0.76% -
XYZ 23.43 14.17 1.62 -
YUV 91.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 193 56 4 0 0.71 0.98 0.24 16.51 0.96 0.39
Hex C1 38 4 0 47 62 18 11 60 27
Octal 301 70 4 0 107 142 30 21 140 47
Binary 11000001 111000 100 0 1000111 1100010 11000 10001 1100000 100111

Color Harmonies of #C13804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13804

Black with #C13804

Text Example


Text Example

White with #C13804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13804; }

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

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

background-color css

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

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

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

border-color css

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

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

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