#BF1D2E

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

Shades of Cardinal #BF1D2E

Tints of Cardinal #BF1D2E

Color information

#BF1D2E (or 0xBF1D2E) is unknown color: approx Cardinal. HEX triplet: BF, 1D and 2E. RGB value is (191,29,46). Sum of RGB (Red+Green+Blue) = 191+29+46=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1D2E is #40E2D1. Grayscale: #4F4F4F. Windows color (decimal): -4252370 or 3022271. OLE color: 3022271.

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

Color convert

RGB1912946-
CMYK00.850.760.25
HSL353.7º73.64%43.14%-
HSV(B)353.7º84.82%74.9%-
XYZ22.4212.153.75-
YUV79.38109.17207.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.80%
GREEN value IS 29 (11.72% from 255) = 10.90%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=71.80%
G=10.90%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191294600.850.760.25353.773.6443.14
HexBF1D2E0554C191624a2b
Octal277355601251143154211253
Binary1011111111101101110010101011001100110011011000101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1D2E; }

 p { color: rgb(191,29,46); }

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

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

 a { background-color: rgb(191,29,46); }

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

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

 span { border-color: rgb(191,29,46); }

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