#BF0C38

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

Shades of Cardinal #BF0C38

Tints of Cardinal #BF0C38

Color information

#BF0C38 (or 0xBF0C38) is unknown color: approx Cardinal. HEX triplet: BF, 0C and 38. RGB value is (191,12,56). Sum of RGB (Red+Green+Blue) = 191+12+56=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C38 is #40F3C7. Grayscale: #464646. Windows color (decimal): -4256712 or 3673279. OLE color: 3673279.

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

Color convert

RGB1911256-
CMYK00.940.710.25
HSL345.25º88.18%39.8%-
HSV(B)345.25º93.72%74.9%-
XYZ22.3311.624.81-
YUV70.54119.8213.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=73.75%
G=4.63%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191125600.940.710.25345.2588.1839.8
HexBFC3805E47191595828
Octal277147001361073153113050
Binary101111111100111000010111101000111110011010110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C38; }

 p { color: rgb(191,12,56); }

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

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

 a { background-color: rgb(191,12,56); }

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

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

 span { border-color: rgb(191,12,56); }

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