#BF0B38

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

Shades of Cardinal #BF0B38

Tints of Cardinal #BF0B38

Color information

#BF0B38 (or 0xBF0B38) is unknown color: approx Cardinal. HEX triplet: BF, 0B and 38. RGB value is (191,11,56). Sum of RGB (Red+Green+Blue) = 191+11+56=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B38 is #40F4C7. Grayscale: #454545. Windows color (decimal): -4256968 or 3673023. OLE color: 3673023.

HSL color Cylindrical-coordinate representation of color #BF0B38: hue angle of 345º degrees, saturation: 0.89, 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 #BF0B38 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1911156-
CMYK00.940.710.25
HSL345º89.11%39.61%-
HSV(B)345º94.24%74.9%-
XYZ22.3211.64.8-
YUV69.95120.13214.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.03%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=74.03%
G=4.26%
B=21.71%

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
Decimal191115600.940.710.2534589.1139.61
HexBFB3805E47191595928
Octal277137001361073153113150
Binary101111111011111000010111101000111110011010110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B38; }

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

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

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

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

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

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

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

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