#C2530B

Color #C2530B Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C2530B

Tints of Tenne (Tawny) #C2530B

Color information

#C2530B (or 0xC2530B) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 53 and 0B. RGB value is (194,83,11). Sum of RGB (Red+Green+Blue) = 194+83+11=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2530B is #3DACF4. Grayscale: #6C6C6C. Windows color (decimal): -4041973 or 742338. OLE color: 742338.

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

Color convert

RGB1948311-
CMYK00.570.940.24
HSL23.61º89.27%40.2%-
HSV(B)23.61º94.33%76.08%-
XYZ25.417.682.39-
YUV107.9873.27189.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.36%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 11 (4.69% from 255) = 3.82%
R=67.36%
G=28.82%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194831100.570.940.2423.6189.2740.2
HexC253B0395E18185928
Octal30212313071136303013150
Binary11000010101001110110111001101111011000110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2530B; }

 p { color: rgb(194,83,11); }

 H1.HeaderClassName
 {
   color: #C2530B;
 }
 .AnyTagClassName
 {
   color: #C2530B;
 }
</style>
background-color css

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

 a { background-color: rgb(194,83,11); }

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

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

 span { border-color: rgb(194,83,11); }

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