#BF1235

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

Shades of Cardinal #BF1235

Tints of Cardinal #BF1235

Color information

#BF1235 (or 0xBF1235) is unknown color: approx Cardinal. HEX triplet: BF, 12 and 35. RGB value is (191,18,53). Sum of RGB (Red+Green+Blue) = 191+18+53=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1235 is #40EDCA. Grayscale: #494949. Windows color (decimal): -4255179 or 3478207. OLE color: 3478207.

HSL color Cylindrical-coordinate representation of color #BF1235: hue angle of 347.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1235 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1911853-
CMYK00.910.720.25
HSL347.86º82.78%40.98%-
HSV(B)347.86º90.58%74.9%-
XYZ22.3411.774.46-
YUV73.72116.31211.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.90%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=72.90%
G=6.87%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191185300.910.720.25347.8682.7840.98
HexBF123505B481915c5329
Octal277226501331103153412351
Binary1011111110010110101010110111001000110011010111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1235; }

 p { color: rgb(191,18,53); }

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

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

 a { background-color: rgb(191,18,53); }

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

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

 span { border-color: rgb(191,18,53); }

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