#BF4E30

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

Shades of Trinidad #BF4E30

Tints of Trinidad #BF4E30

Color information

#BF4E30 (or 0xBF4E30) is unknown color: approx Trinidad. HEX triplet: BF, 4E and 30. RGB value is (191,78,48). Sum of RGB (Red+Green+Blue) = 191+78+48=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E30 is #40B1CF. Grayscale: #6C6C6C. Windows color (decimal): -4239824 or 3165887. OLE color: 3165887.

HSL color Cylindrical-coordinate representation of color #BF4E30: hue angle of 12.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF4E30 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1917848-
CMYK00.590.750.25
HSL12.59º59.83%46.86%-
HSV(B)12.59º74.87%74.9%-
XYZ24.7416.744.72-
YUV108.3793.94186.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=60.25%
G=24.61%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191784800.590.750.2512.5959.8346.86
HexBF4E3003B4B19d3c2f
Octal2771166007311331157457
Binary10111111100111011000001110111001011110011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E30; }

 p { color: rgb(191,78,48); }

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

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

 a { background-color: rgb(191,78,48); }

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

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

 span { border-color: rgb(191,78,48); }

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