#BF0044

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

Shades of Cardinal #BF0044

Tints of Cardinal #BF0044

Color information

#BF0044 (or 0xBF0044) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 44. RGB value is (191,0,68). Sum of RGB (Red+Green+Blue) = 191+0+68=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0044 is #40FFBB. Grayscale: #404040. Windows color (decimal): -4259772 or 4456639. OLE color: 4456639.

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

Color convert

RGB191068-
CMYK010.640.25
HSL338.64º100%37.45%-
HSV(B)338.64º100%74.9%-
XYZ22.5311.496.5-
YUV64.86129.78217.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=73.75%
G=0%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191068010.640.25338.6410037.45
HexBF04406440191536425
Octal277010401441003152314445
Binary1011111101000100011001001000000110011010100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0044; }

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

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

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

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

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

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

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

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