#BF242D

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

Shades of Cardinal #BF242D

Tints of Cardinal #BF242D

Color information

#BF242D (or 0xBF242D) is unknown color: approx Cardinal. HEX triplet: BF, 24 and 2D. RGB value is (191,36,45). Sum of RGB (Red+Green+Blue) = 191+36+45=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF242D is #40DBD2. Grayscale: #535353. Windows color (decimal): -4250579 or 2958527. OLE color: 2958527.

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

Color convert

RGB1913645-
CMYK00.810.760.25
HSL356.52º68.28%44.51%-
HSV(B)356.52º81.15%74.9%-
XYZ22.5912.533.71-
YUV83.37106.35204.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=70.22%
G=13.24%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191364500.810.760.25356.5268.2844.51
HexBF242D0514C19165442d
Octal277445501211143154510455
Binary10111111100100101101010100011001100110011011001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF242D; }

 p { color: rgb(191,36,45); }

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

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

 a { background-color: rgb(191,36,45); }

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

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

 span { border-color: rgb(191,36,45); }

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