#BF1833

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

Shades of Cardinal #BF1833

Tints of Cardinal #BF1833

Color information

#BF1833 (or 0xBF1833) is unknown color: approx Cardinal. HEX triplet: BF, 18 and 33. RGB value is (191,24,51). Sum of RGB (Red+Green+Blue) = 191+24+51=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1833 is #40E7CC. Grayscale: #4D4D4D. Windows color (decimal): -4253645 or 3348671. OLE color: 3348671.

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

Color convert

RGB1912451-
CMYK00.870.730.25
HSL350.3º77.67%42.16%-
HSV(B)350.3º87.43%74.9%-
XYZ22.4111.974.26-
YUV77.01113.33209.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.80%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=71.80%
G=9.02%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191245100.870.730.25350.377.6742.16
HexBF1833057491915e4e2a
Octal277306301271113153611652
Binary1011111111000110011010101111001001110011010111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1833; }

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

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

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

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

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

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

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

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