#BF0042

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

Shades of Cardinal #BF0042

Tints of Cardinal #BF0042

Color information

#BF0042 (or 0xBF0042) is unknown color: approx Cardinal. HEX triplet: BF, 00 and 42. RGB value is (191,0,66). Sum of RGB (Red+Green+Blue) = 191+0+66=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0042 is #40FFBD. Grayscale: #404040. Windows color (decimal): -4259774 or 4325567. OLE color: 4325567.

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

Color convert

RGB191066-
CMYK010.650.25
HSL339.27º100%37.45%-
HSV(B)339.27º100%74.9%-
XYZ22.4711.476.18-
YUV64.63128.78218.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=74.32%
G=0%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191066010.650.25339.2710037.45
HexBF04206441191536425
Octal277010201441013152314445
Binary1011111101000010011001001000001110011010100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0042; }

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

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

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

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

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

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

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

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