#bf1637

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

Shades of Cardinal #BF1637

Tints of Cardinal #BF1637

Color information

#BF1637 (or 0xBF1637) is unknown color: approx Cardinal. HEX triplet: BF, 16 and 37. RGB value is (191,22,55). Sum of RGB (Red+Green+Blue) = 191+22+55=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1637 is #40E9C8. Grayscale: #4C4C4C. Windows color (decimal): -4254153 or 3610303. OLE color: 3610303.

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

Color convert

RGB1912255-
CMYK00.880.710.25
HSL348.28º79.34%41.76%-
HSV(B)348.28º88.48%74.9%-
XYZ22.4611.934.73-
YUV76.29115.99209.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.27%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=71.27%
G=8.21%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191225500.880.710.25348.2879.3441.76
HexBF1637058471915c4f2a
Octal277266701301073153411752
Binary1011111110110110111010110001000111110011010111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1637; }

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

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

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

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

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

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

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

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