#BF4B29

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

Shades of Trinidad #BF4B29

Tints of Trinidad #BF4B29

Color information

#BF4B29 (or 0xBF4B29) is unknown color: approx Trinidad. HEX triplet: BF, 4B and 29. RGB value is (191,75,41). Sum of RGB (Red+Green+Blue) = 191+75+41=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B29 is #40B4D6. Grayscale: #6A6A6A. Windows color (decimal): -4240599 or 2706367. OLE color: 2706367.

HSL color Cylindrical-coordinate representation of color #BF4B29: hue angle of 13.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF4B29 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1917541-
CMYK00.610.790.25
HSL13.6º64.66%45.49%-
HSV(B)13.6º78.53%74.9%-
XYZ24.416.273.95-
YUV105.8191.43188.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=62.21%
G=24.43%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191754100.610.790.2513.664.6645.49
HexBF4B2903D4F19e412d
Octal27711351075117311610155
Binary101111111001011101001011110110011111100111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B29; }

 p { color: rgb(191,75,41); }

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

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

 a { background-color: rgb(191,75,41); }

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

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

 span { border-color: rgb(191,75,41); }

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