#bf003b

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

Shades of Cardinal #BF003B

Tints of Cardinal #BF003B

Color information

#BF003B (or 0xBF003B) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 3B. RGB value is (191,0,59). Sum of RGB (Red+Green+Blue) = 191+0+59=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF003B is #40FFC4. Grayscale: #3F3F3F. Windows color (decimal): -4259781 or 3866815. OLE color: 3866815.

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

Color convert

RGB191059-
CMYK010.690.25
HSL341.47º100%37.45%-
HSV(B)341.47º100%74.9%-
XYZ22.2811.395.16-
YUV63.83125.28218.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=76.4%
G=0%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191059010.690.25341.4710037.45
HexBF03B06445191556425
Octal27707301441053152514445
Binary101111110111011011001001000101110011010101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf003b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf003b; }

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

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

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

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

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

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

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

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