#BF063C

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

Shades of Cardinal #BF063C

Tints of Cardinal #BF063C

Color information

#BF063C (or 0xBF063C) is unknown color: approx Cardinal. HEX triplet: BF, 06 and 3C. RGB value is (191,6,60). Sum of RGB (Red+Green+Blue) = 191+6+60=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF063C is #40F9C3. Grayscale: #434343. Windows color (decimal): -4258244 or 3933887. OLE color: 3933887.

HSL color Cylindrical-coordinate representation of color #BF063C: hue angle of 342.49º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF063C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB191660-
CMYK00.970.690.25
HSL342.49º93.91%38.63%-
HSV(B)342.49º96.86%74.9%-
XYZ22.3711.535.32-
YUV67.47123.79216.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=74.32%
G=2.33%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19166000.970.690.25342.4993.9138.63
HexBF63C06145191565e27
Octal27767401411053152613647
Binary10111111110111100011000011000101110011010101101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF063C; }

 p { color: rgb(191,6,60); }

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

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

 a { background-color: rgb(191,6,60); }

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

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

 span { border-color: rgb(191,6,60); }

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