#BF4D30

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

Shades of Trinidad #BF4D30

Tints of Trinidad #BF4D30

Color information

#BF4D30 (or 0xBF4D30) is unknown color: approx Trinidad. HEX triplet: BF, 4D and 30. RGB value is (191,77,48). Sum of RGB (Red+Green+Blue) = 191+77+48=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D30 is #40B2CF. Grayscale: #6C6C6C. Windows color (decimal): -4240080 or 3165631. OLE color: 3165631.

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

Color convert

RGB1917748-
CMYK00.600.750.25
HSL12.17º59.83%46.86%-
HSV(B)12.17º74.87%74.9%-
XYZ24.6716.64.7-
YUV107.7894.27187.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=60.44%
G=24.37%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191774800.600.750.2512.1759.8346.86
HexBF4D3003C4B19c3c2f
Octal2771156007411331147457
Binary10111111100110111000001111001001011110011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D30; }

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

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

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

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

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

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

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

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