#BF0048

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

Shades of Cardinal #BF0048

Tints of Cardinal #BF0048

Color information

#BF0048 (or 0xBF0048) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 48. RGB value is (191,0,72). Sum of RGB (Red+Green+Blue) = 191+0+72=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0048 is #40FFB7. Grayscale: #414141. Windows color (decimal): -4259768 or 4718783. OLE color: 4718783.

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

Color convert

RGB191072-
CMYK010.620.25
HSL337.38º100%37.45%-
HSV(B)337.38º100%74.9%-
XYZ22.6611.547.17-
YUV65.32131.78217.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=72.62%
G=0%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191072010.620.25337.3810037.45
HexBF0480643E191516425
Octal27701100144763152114445
Binary101111110100100001100100111110110011010100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0048; }

 p { color: rgb(191,0,72); }

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

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

 a { background-color: rgb(191,0,72); }

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

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

 span { border-color: rgb(191,0,72); }

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