Html Css Color HEX #C13A07 Rust

📋 copy color: '#C13A07'

red 193 ◦ green 58 ◦ blue 7

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

Shades of Rust #C13A07

Tints of Rust #C13A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 74.81%
G = 22.48%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C13A07 (or 0xC13A07) is known color: Rust. HEX triplet: C1, 3A and 07. RGB value is (193,58,7). Sum of RGB (Red+Green+Blue) = 193+58+7=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A07 is #3EC5F8. Grayscale: #5C5C5C. Windows color (decimal): -4113913 or 473793. OLE color: 473793.

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

Color convert

RGB 193 58 7 -
CMYK 0 0.70 0.96 0.24
HSL 16.45º 0.93% 0.39% -
HSV(B) 16.45º 0.96% 0.76% -
XYZ 23.54 14.38 1.74 -
YUV 92.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 193 58 7 0 0.70 0.96 0.24 16.45 0.93 0.39
Hex C1 3A 7 0 46 60 18 10 5D 27
Octal 301 72 7 0 106 140 30 20 135 47
Binary 11000001 111010 111 0 1000110 1100000 11000 10000 1011101 100111

Color Harmonies of #C13A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A07

Black with #C13A07

Text Example


Text Example

White with #C13A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A07; }

 p { color: rgb(193,58,7); }

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

background-color css

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

 a { background-color: rgb(193,58,7); }

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

border-color css

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

 span { border-color: rgb(193,58,7); }

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