#BF0043

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

Shades of Cardinal #BF0043

Tints of Cardinal #BF0043

Color information

#BF0043 (or 0xBF0043) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 43. RGB value is (191,0,67). Sum of RGB (Red+Green+Blue) = 191+0+67=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0043 is #40FFBC. Grayscale: #404040. Windows color (decimal): -4259773 or 4391103. OLE color: 4391103.

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

Color convert

RGB191067-
CMYK010.650.25
HSL338.95º100%37.45%-
HSV(B)338.95º100%74.9%-
XYZ22.511.486.34-
YUV64.75129.28218.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=74.03%
G=0%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191067010.650.25338.9510037.45
HexBF04306441191536425
Octal277010301441013152314445
Binary1011111101000011011001001000001110011010100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0043; }

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

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

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

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

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

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

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

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