#B80B3B

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

Shades of Cardinal #B80B3B

Tints of Cardinal #B80B3B

Color information

#B80B3B (or 0xB80B3B) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 3B. RGB value is (184,11,59). Sum of RGB (Red+Green+Blue) = 184+11+59=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B3B is #47F4C4. Grayscale: #444444. Windows color (decimal): -4715717 or 3869624. OLE color: 3869624.

HSL color Cylindrical-coordinate representation of color #B80B3B: hue angle of 343.35º 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 #B80B3B is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1841159-
CMYK00.940.680.28
HSL343.35º88.72%38.24%-
HSV(B)343.35º94.02%72.16%-
XYZ20.6810.755.12-
YUV68.2122.81210.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.44%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=72.44%
G=4.33%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184115900.940.680.28343.3588.7238.24
HexB8B3B05E441C1575926
Octal270137301361043452713146
Binary101110001011111011010111101000100111001010101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B3B; }

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

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

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

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

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

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

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

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