Html Css Color HEX #C1510B Tenne (Tawny)

📋 copy color: '#C1510B'

red 193 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #C1510B

Tints of Tenne (Tawny) #C1510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 67.72%
G = 28.42%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1510B (or 0xC1510B) is known color: Tenne (Tawny). HEX triplet: C1, 51 and 0B. RGB value is (193,81,11). Sum of RGB (Red+Green+Blue) = 193+81+11=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1510B is #3EAEF4. Grayscale: #6A6A6A. Windows color (decimal): -4108021 or 741825. OLE color: 741825.

HSL color Cylindrical-coordinate representation of color #C1510B: hue angle of 23.08º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1510B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 11 -
CMYK 0 0.58 0.94 0.24
HSL 23.08º 0.89% 0.4% -
HSV(B) 23.08º 0.94% 0.76% -
XYZ 25 17.25 2.33 -
YUV 106.51 74.11 189.69 -
System Red Green Blue C M Y K H S L
Decimal 193 81 11 0 0.58 0.94 0.24 23.08 0.89 0.4
Hex C1 51 B 0 3A 5E 18 17 59 28
Octal 301 121 13 0 72 136 30 27 131 50
Binary 11000001 1010001 1011 0 111010 1011110 11000 10111 1011001 101000

Color Harmonies of #C1510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1510B

Black with #C1510B

Text Example


Text Example

White with #C1510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1510B; }

 p { color: rgb(193,81,11); }

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

background-color css

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

 a { background-color: rgb(193,81,11); }

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

border-color css

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

 span { border-color: rgb(193,81,11); }

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