#BF1836

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

Shades of Cardinal #BF1836

Tints of Cardinal #BF1836

Color information

#BF1836 (or 0xBF1836) is unknown color: approx Cardinal. HEX triplet: BF, 18 and 36. RGB value is (191,24,54). Sum of RGB (Red+Green+Blue) = 191+24+54=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1836 is #40E7C9. Grayscale: #4D4D4D. Windows color (decimal): -4253642 or 3545279. OLE color: 3545279.

HSL color Cylindrical-coordinate representation of color #BF1836: hue angle of 349.22º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1836 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1912454-
CMYK00.870.720.25
HSL349.22º77.67%42.16%-
HSV(B)349.22º87.43%74.9%-
XYZ22.48124.62-
YUV77.35114.83209.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=71.00%
G=8.92%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191245400.870.720.25349.2277.6742.16
HexBF1836057481915d4e2a
Octal277306601271103153511652
Binary1011111111000110110010101111001000110011010111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1836; }

 p { color: rgb(191,24,54); }

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

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

 a { background-color: rgb(191,24,54); }

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

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

 span { border-color: rgb(191,24,54); }

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