#B80B2E

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

Shades of Cardinal #B80B2E

Tints of Cardinal #B80B2E

Color information

#B80B2E (or 0xB80B2E) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 2E. RGB value is (184,11,46). Sum of RGB (Red+Green+Blue) = 184+11+46=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B2E is #47F4D1. Grayscale: #424242. Windows color (decimal): -4715730 or 3017656. OLE color: 3017656.

HSL color Cylindrical-coordinate representation of color #B80B2E: hue angle of 347.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B2E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1841146-
CMYK00.940.750.28
HSL347.86º88.72%38.24%-
HSV(B)347.86º94.02%72.16%-
XYZ20.3810.633.56-
YUV66.72116.31211.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.35%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=76.35%
G=4.56%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184114600.940.750.28347.8688.7238.24
HexB8B2E05E4B1C15c5926
Octal270135601361133453413146
Binary101110001011101110010111101001011111001010111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B2E; }

 p { color: rgb(184,11,46); }

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

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

 a { background-color: rgb(184,11,46); }

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

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

 span { border-color: rgb(184,11,46); }

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