Html Css Color HEX #C13B08 Rust

📋 copy color: '#C13B08'

red 193 ◦ green 59 ◦ blue 8

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

Shades of Rust #C13B08

Tints of Rust #C13B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 74.23%
G = 22.69%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C13B08 (or 0xC13B08) is known color: Rust. HEX triplet: C1, 3B and 08. RGB value is (193,59,8). Sum of RGB (Red+Green+Blue) = 193+59+8=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B08 is #3EC4F7. Grayscale: #5D5D5D. Windows color (decimal): -4113656 or 539585. OLE color: 539585.

HSL color Cylindrical-coordinate representation of color #C13B08: hue angle of 16.54º degrees, saturation: 0.92, 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 #C13B08 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 8 -
CMYK 0 0.69 0.96 0.24
HSL 16.54º 0.92% 0.39% -
HSV(B) 16.54º 0.96% 0.76% -
XYZ 23.6 14.48 1.78 -
YUV 93.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 193 59 8 0 0.69 0.96 0.24 16.54 0.92 0.39
Hex C1 3B 8 0 45 60 18 11 5C 27
Octal 301 73 10 0 105 140 30 21 134 47
Binary 11000001 111011 1000 0 1000101 1100000 11000 10001 1011100 100111

Color Harmonies of #C13B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B08

Black with #C13B08

Text Example


Text Example

White with #C13B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B08; }

 p { color: rgb(193,59,8); }

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

background-color css

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

 a { background-color: rgb(193,59,8); }

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

border-color css

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

 span { border-color: rgb(193,59,8); }

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