#BF243D

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

Shades of Cardinal #BF243D

Tints of Cardinal #BF243D

Color information

#BF243D (or 0xBF243D) is unknown color: approx Cardinal. HEX triplet: BF, 24 and 3D. RGB value is (191,36,61). Sum of RGB (Red+Green+Blue) = 191+36+61=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF243D is #40DBC2. Grayscale: #555555. Windows color (decimal): -4250563 or 4007103. OLE color: 4007103.

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

Color convert

RGB1913661-
CMYK00.810.680.25
HSL350.32º68.28%44.51%-
HSV(B)350.32º81.15%74.9%-
XYZ22.9612.685.65-
YUV85.2114.35203.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=66.32%
G=12.5%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191366100.810.680.25350.3268.2844.51
HexBF243D051441915e442d
Octal277447501211043153610455
Binary10111111100100111101010100011000100110011010111101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF243D; }

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

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

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

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

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

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

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

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