#BF062D

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

Shades of Cardinal #BF062D

Tints of Cardinal #BF062D

Color information

#BF062D (or 0xBF062D) is unknown color: approx Cardinal. HEX triplet: BF, 06 and 2D. RGB value is (191,6,45). Sum of RGB (Red+Green+Blue) = 191+6+45=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF062D is #40F9D2. Grayscale: #414141. Windows color (decimal): -4258259 or 2950847. OLE color: 2950847.

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

Color convert

RGB191645-
CMYK00.970.760.25
HSL347.35º93.91%38.63%-
HSV(B)347.35º96.86%74.9%-
XYZ22.0211.43.52-
YUV65.76116.29217.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.93%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=78.93%
G=2.48%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19164500.970.760.25347.3593.9138.63
HexBF62D0614C1915b5e27
Octal27765501411143153313647
Binary10111111110101101011000011001100110011010110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF062D; }

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

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

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

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

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

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

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

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