#BF5030

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

Shades of Trinidad #BF5030

Tints of Trinidad #BF5030

Color information

#BF5030 (or 0xBF5030) is unknown color: approx Trinidad. HEX triplet: BF, 50 and 30. RGB value is (191,80,48). Sum of RGB (Red+Green+Blue) = 191+80+48=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5030 is #40AFCF. Grayscale: #6D6D6D. Windows color (decimal): -4239312 or 3166399. OLE color: 3166399.

HSL color Cylindrical-coordinate representation of color #BF5030: hue angle of 13.43º 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 #BF5030 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1918048-
CMYK00.580.750.25
HSL13.43º59.83%46.86%-
HSV(B)13.43º74.87%74.9%-
XYZ24.8917.034.77-
YUV109.5493.27186.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=59.87%
G=25.08%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191804800.580.750.2513.4359.8346.86
HexBF503003A4B19d3c2f
Octal2771206007211331157457
Binary10111111101000011000001110101001011110011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5030; }

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

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

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

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

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

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

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

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