Html Css Color HEX #C34B01 Tenne (Tawny)

📋 copy color: '#C34B01'

red 195 ◦ green 75 ◦ blue 1

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

Shades of Tenne (Tawny) #C34B01

Tints of Tenne (Tawny) #C34B01

RGB

 RED value IS 195 (76.56% from 255) = 71.96%

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 71.96%
G = 27.68%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34B01 (or 0xC34B01) is known color: Tenne (Tawny). HEX triplet: C3, 4B and 01. RGB value is (195,75,1). Sum of RGB (Red+Green+Blue) = 195+75+1=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34B01 is #3CB4FE. Grayscale: #666666. Windows color (decimal): -3978495 or 84931. OLE color: 84931.

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

Color convert

RGB 195 75 1 -
CMYK 0 0.62 0.99 0.24
HSL 22.89º 0.99% 0.38% -
HSV(B) 22.89º 0.99% 0.76% -
XYZ 25.03 16.64 1.92 -
YUV 102.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 195 75 1 0 0.62 0.99 0.24 22.89 0.99 0.38
Hex C3 4B 1 0 3E 63 18 17 63 26
Octal 303 113 1 0 76 143 30 27 143 46
Binary 11000011 1001011 1 0 111110 1100011 11000 10111 1100011 100110

Color Harmonies of #C34B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B01

Black with #C34B01

Text Example


Text Example

White with #C34B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B01; }

 p { color: rgb(195,75,1); }

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

background-color css

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

 a { background-color: rgb(195,75,1); }

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

border-color css

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

 span { border-color: rgb(195,75,1); }

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