#BF0E2E

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

Shades of Cardinal #BF0E2E

Tints of Cardinal #BF0E2E

Color information

#BF0E2E (or 0xBF0E2E) is unknown color: approx Cardinal. HEX triplet: BF, 0E and 2E. RGB value is (191,14,46). Sum of RGB (Red+Green+Blue) = 191+14+46=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E2E is #40F1D1. Grayscale: #464646. Windows color (decimal): -4256210 or 3018431. OLE color: 3018431.

HSL color Cylindrical-coordinate representation of color #BF0E2E: hue angle of 349.15º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E2E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1911446-
CMYK00.930.760.25
HSL349.15º86.34%40.2%-
HSV(B)349.15º92.67%74.9%-
XYZ22.1411.593.65-
YUV70.57114.14213.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=76.10%
G=5.58%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191144600.930.760.25349.1586.3440.2
HexBFE2E05D4C1915d5628
Octal277165601351143153512650
Binary101111111110101110010111011001100110011010111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E2E; }

 p { color: rgb(191,14,46); }

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

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

 a { background-color: rgb(191,14,46); }

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

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

 span { border-color: rgb(191,14,46); }

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