Html Css Color HEX #C1500B Tenne (Tawny)

📋 copy color: '#C1500B'

red 193 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #C1500B

Tints of Tenne (Tawny) #C1500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 67.96%
G = 28.17%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1500B (or 0xC1500B) is known color: Tenne (Tawny). HEX triplet: C1, 50 and 0B. RGB value is (193,80,11). Sum of RGB (Red+Green+Blue) = 193+80+11=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1500B is #3EAFF4. Grayscale: #6A6A6A. Windows color (decimal): -4108277 or 741569. OLE color: 741569.

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

Color convert

RGB 193 80 11 -
CMYK 0 0.59 0.94 0.24
HSL 22.75º 0.89% 0.4% -
HSV(B) 22.75º 0.94% 0.76% -
XYZ 24.92 17.1 2.3 -
YUV 105.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 193 80 11 0 0.59 0.94 0.24 22.75 0.89 0.4
Hex C1 50 B 0 3B 5E 18 17 59 28
Octal 301 120 13 0 73 136 30 27 131 50
Binary 11000001 1010000 1011 0 111011 1011110 11000 10111 1011001 101000

Color Harmonies of #C1500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1500B

Black with #C1500B

Text Example


Text Example

White with #C1500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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