#B8063A

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

Shades of Cardinal #B8063A

Tints of Cardinal #B8063A

Color information

#B8063A (or 0xB8063A) is unknown color: approx Cardinal. HEX triplet: B8, 06 and 3A. RGB value is (184,6,58). Sum of RGB (Red+Green+Blue) = 184+6+58=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8063A is #47F9C5. Grayscale: #414141. Windows color (decimal): -4716998 or 3802808. OLE color: 3802808.

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

Color convert

RGB184658-
CMYK00.970.680.28
HSL342.47º93.68%37.25%-
HSV(B)342.47º96.74%72.16%-
XYZ20.610.634.97-
YUV65.15123.97212.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.19%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=74.19%
G=2.42%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18465800.970.680.28342.4793.6837.25
HexB863A061441C1565e25
Octal27067201411043452613645
Binary10111000110111010011000011000100111001010101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8063A; }

 p { color: rgb(184,6,58); }

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

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

 a { background-color: rgb(184,6,58); }

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

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

 span { border-color: rgb(184,6,58); }

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