#BF272F

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

Shades of Cardinal #BF272F

Tints of Cardinal #BF272F

Color information

#BF272F (or 0xBF272F) is unknown color: approx Cardinal. HEX triplet: BF, 27 and 2F. RGB value is (191,39,47). Sum of RGB (Red+Green+Blue) = 191+39+47=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF272F is #40D8D0. Grayscale: #555555. Windows color (decimal): -4249809 or 3090367. OLE color: 3090367.

HSL color Cylindrical-coordinate representation of color #BF272F: hue angle of 356.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF272F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1913947-
CMYK00.800.750.25
HSL356.84º66.09%45.1%-
HSV(B)356.84º79.58%74.9%-
XYZ22.7212.733.95-
YUV85.36106.36203.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=68.95%
G=14.08%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191394700.800.750.25356.8466.0945.1
HexBF272F0504B19165422d
Octal277475701201133154510255
Binary10111111100111101111010100001001011110011011001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF272F; }

 p { color: rgb(191,39,47); }

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

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

 a { background-color: rgb(191,39,47); }

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

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

 span { border-color: rgb(191,39,47); }

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