#BF1E3D

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

Shades of Cardinal #BF1E3D

Tints of Cardinal #BF1E3D

Color information

#BF1E3D (or 0xBF1E3D) is unknown color: approx Cardinal. HEX triplet: BF, 1E and 3D. RGB value is (191,30,61). Sum of RGB (Red+Green+Blue) = 191+30+61=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1E3D is #40E1C2. Grayscale: #515151. Windows color (decimal): -4252099 or 4005567. OLE color: 4005567.

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

Color convert

RGB1913061-
CMYK00.840.680.25
HSL348.45º72.85%43.33%-
HSV(B)348.45º84.29%74.9%-
XYZ22.7912.345.6-
YUV81.67116.34205.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.73%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=67.73%
G=10.64%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191306100.840.680.25348.4572.8543.33
HexBF1E3D054441915c492b
Octal277367501241043153411153
Binary1011111111110111101010101001000100110011010111001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1E3D; }

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

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

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

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

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

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

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

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