#BF102B

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

Shades of Cardinal #BF102B

Tints of Cardinal #BF102B

Color information

#BF102B (or 0xBF102B) is unknown color: approx Cardinal. HEX triplet: BF, 10 and 2B. RGB value is (191,16,43). Sum of RGB (Red+Green+Blue) = 191+16+43=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF102B is #40EFD4. Grayscale: #474747. Windows color (decimal): -4255701 or 2822335. OLE color: 2822335.

HSL color Cylindrical-coordinate representation of color #BF102B: hue angle of 350.74º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF102B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1911643-
CMYK00.920.770.25
HSL350.74º84.54%40.59%-
HSV(B)350.74º91.62%74.9%-
XYZ22.1111.623.36-
YUV71.4111.98213.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.4%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=76.4%
G=6.4%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191164300.920.770.25350.7484.5440.59
HexBF102B05C4D1915f5529
Octal277205301341153153712551
Binary1011111110000101011010111001001101110011010111111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF102B; }

 p { color: rgb(191,16,43); }

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

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

 a { background-color: rgb(191,16,43); }

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

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

 span { border-color: rgb(191,16,43); }

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