#BF0045

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

Shades of Cardinal #BF0045

Tints of Cardinal #BF0045

Color information

#BF0045 (or 0xBF0045) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 45. RGB value is (191,0,69). Sum of RGB (Red+Green+Blue) = 191+0+69=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0045 is #40FFBA. Grayscale: #404040. Windows color (decimal): -4259771 or 4522175. OLE color: 4522175.

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

Color convert

RGB191069-
CMYK010.640.25
HSL338.32º100%37.45%-
HSV(B)338.32º100%74.9%-
XYZ22.5611.516.66-
YUV64.97130.28217.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=73.46%
G=0%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191069010.640.25338.3210037.45
HexBF04506440191526425
Octal277010501441003152214445
Binary1011111101000101011001001000000110011010100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0045; }

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

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

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

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

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

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

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

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