#BF1837

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

Shades of Cardinal #BF1837

Tints of Cardinal #BF1837

Color information

#BF1837 (or 0xBF1837) is unknown color: approx Cardinal. HEX triplet: BF, 18 and 37. RGB value is (191,24,55). Sum of RGB (Red+Green+Blue) = 191+24+55=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1837 is #40E7C8. Grayscale: #4D4D4D. Windows color (decimal): -4253641 or 3610815. OLE color: 3610815.

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

Color convert

RGB1912455-
CMYK00.870.710.25
HSL348.86º77.67%42.16%-
HSV(B)348.86º87.43%74.9%-
XYZ22.512.014.75-
YUV77.47115.33208.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.74%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=70.74%
G=8.89%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191245500.870.710.25348.8677.6742.16
HexBF1837057471915d4e2a
Octal277306701271073153511652
Binary1011111111000110111010101111000111110011010111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1837; }

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

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

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

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

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

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

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

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