#BF134D

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

Shades of Cardinal #BF134D

Tints of Cardinal #BF134D

Color information

#BF134D (or 0xBF134D) is unknown color: approx Cardinal. HEX triplet: BF, 13 and 4D. RGB value is (191,19,77). Sum of RGB (Red+Green+Blue) = 191+19+77=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF134D is #40ECB2. Grayscale: #4C4C4C. Windows color (decimal): -4254899 or 5051327. OLE color: 5051327.

HSL color Cylindrical-coordinate representation of color #BF134D: hue angle of 339.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF134D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1911977-
CMYK00.900.600.25
HSL339.77º81.9%41.18%-
HSV(B)339.77º90.05%74.9%-
XYZ23.0612.088.14-
YUV77.04127.98209.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=66.55%
G=6.62%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191197700.900.600.25339.7781.941.18
HexBF134D05A3C191545229
Octal277231150132743152412251
Binary1011111110011100110101011010111100110011010101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF134D; }

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

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

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

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

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

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

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

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