#BF0A44

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

Shades of Cardinal #BF0A44

Tints of Cardinal #BF0A44

Color information

#BF0A44 (or 0xBF0A44) is unknown color: approx Cardinal. HEX triplet: BF, 0A and 44. RGB value is (191,10,68). Sum of RGB (Red+Green+Blue) = 191+10+68=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A44 is #40F5BB. Grayscale: #464646. Windows color (decimal): -4257212 or 4459199. OLE color: 4459199.

HSL color Cylindrical-coordinate representation of color #BF0A44: hue angle of 340.77º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A44 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1911068-
CMYK00.950.640.25
HSL340.77º90.05%39.41%-
HSV(B)340.77º94.76%74.9%-
XYZ22.6411.716.54-
YUV70.73126.47213.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=71.00%
G=3.72%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191106800.950.640.25340.7790.0539.41
HexBFA4405F40191555a27
Octal2771210401371003152513247
Binary1011111110101000100010111111000000110011010101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0A44; }

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

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

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

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

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

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

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

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