Html Css Color HEX #C14B03 Tenne (Tawny)

📋 copy color: '#C14B03'

red 193 ◦ green 75 ◦ blue 3

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

Shades of Tenne (Tawny) #C14B03

Tints of Tenne (Tawny) #C14B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 71.22%
G = 27.68%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14B03 (or 0xC14B03) is known color: Tenne (Tawny). HEX triplet: C1, 4B and 03. RGB value is (193,75,3). Sum of RGB (Red+Green+Blue) = 193+75+3=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14B03 is #3EB4FC. Grayscale: #666666. Windows color (decimal): -4109565 or 216001. OLE color: 216001.

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

Color convert

RGB 193 75 3 -
CMYK 0 0.61 0.98 0.24
HSL 22.74º 0.97% 0.38% -
HSV(B) 22.74º 0.98% 0.76% -
XYZ 24.52 16.38 1.95 -
YUV 102.07 72.09 192.85 -
System Red Green Blue C M Y K H S L
Decimal 193 75 3 0 0.61 0.98 0.24 22.74 0.97 0.38
Hex C1 4B 3 0 3D 62 18 17 61 26
Octal 301 113 3 0 75 142 30 27 141 46
Binary 11000001 1001011 11 0 111101 1100010 11000 10111 1100001 100110

Color Harmonies of #C14B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B03

Black with #C14B03

Text Example


Text Example

White with #C14B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B03; }

 p { color: rgb(193,75,3); }

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

background-color css

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

 a { background-color: rgb(193,75,3); }

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

border-color css

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

 span { border-color: rgb(193,75,3); }

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