#BF182F

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

Shades of Cardinal #BF182F

Tints of Cardinal #BF182F

Color information

#BF182F (or 0xBF182F) is unknown color: approx Cardinal. HEX triplet: BF, 18 and 2F. RGB value is (191,24,47). Sum of RGB (Red+Green+Blue) = 191+24+47=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF182F is #40E7D0. Grayscale: #4C4C4C. Windows color (decimal): -4253649 or 3086527. OLE color: 3086527.

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

Color convert

RGB1912447-
CMYK00.870.750.25
HSL351.74º77.67%42.16%-
HSV(B)351.74º87.43%74.9%-
XYZ22.3311.933.82-
YUV76.55111.33209.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.90%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=72.90%
G=9.16%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191244700.870.750.25351.7477.6742.16
HexBF182F0574B191604e2a
Octal277305701271133154011652
Binary1011111111000101111010101111001011110011011000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF182F; }

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

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

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

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

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

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

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

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