#BF183F

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

Shades of Cardinal #BF183F

Tints of Cardinal #BF183F

Color information

#BF183F (or 0xBF183F) is unknown color: approx Cardinal. HEX triplet: BF, 18 and 3F. RGB value is (191,24,63). Sum of RGB (Red+Green+Blue) = 191+24+63=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF183F is #40E7C0. Grayscale: #4E4E4E. Windows color (decimal): -4253633 or 4135103. OLE color: 4135103.

HSL color Cylindrical-coordinate representation of color #BF183F: hue angle of 345.99º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF183F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1912463-
CMYK00.870.670.25
HSL345.99º77.67%42.16%-
HSV(B)345.99º87.43%74.9%-
XYZ22.7112.095.84-
YUV78.38119.33208.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 63 (25% from 255) = 22.66%
R=68.71%
G=8.63%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191246300.870.670.25345.9977.6742.16
HexBF183F057431915a4e2a
Octal277307701271033153211652
Binary1011111111000111111010101111000011110011010110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF183F; }

 p { color: rgb(191,24,63); }

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

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

 a { background-color: rgb(191,24,63); }

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

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

 span { border-color: rgb(191,24,63); }

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