#B80F4A

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

Shades of Cardinal #B80F4A

Tints of Cardinal #B80F4A

Color information

#B80F4A (or 0xB80F4A) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 4A. RGB value is (184,15,74). Sum of RGB (Red+Green+Blue) = 184+15+74=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F4A is #47F0B5. Grayscale: #484848. Windows color (decimal): -4714678 or 4853688. OLE color: 4853688.

HSL color Cylindrical-coordinate representation of color #B80F4A: hue angle of 339.05º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F4A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1841574-
CMYK00.920.600.28
HSL339.05º84.92%39.02%-
HSV(B)339.05º91.85%72.16%-
XYZ21.1711.037.49-
YUV72.26128.99207.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.40%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=67.40%
G=5.49%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184157400.920.600.28339.0584.9239.02
HexB8F4A05C3C1C1535527
Octal270171120134743452312547
Binary101110001111100101001011100111100111001010100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F4A; }

 p { color: rgb(184,15,74); }

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

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

 a { background-color: rgb(184,15,74); }

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

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

 span { border-color: rgb(184,15,74); }

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