#B8052E

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

Shades of Cardinal #B8052E

Tints of Cardinal #B8052E

Color information

#B8052E (or 0xB8052E) is unknown color: approx Cardinal. HEX triplet: B8, 05 and 2E. RGB value is (184,5,46). Sum of RGB (Red+Green+Blue) = 184+5+46=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052E is #47FAD1. Grayscale: #3F3F3F. Windows color (decimal): -4717266 or 3016120. OLE color: 3016120.

HSL color Cylindrical-coordinate representation of color #B8052E: hue angle of 346.26º degrees, saturation: 0.95, 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 #B8052E is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB184546-
CMYK00.970.750.28
HSL346.26º94.71%37.06%-
HSV(B)346.26º97.28%72.16%-
XYZ20.3110.53.54-
YUV63.2118.3214.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=78.30%
G=2.13%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18454600.970.750.28346.2694.7137.06
HexB852E0614B1C15a5f25
Octal27055601411133453213745
Binary10111000101101110011000011001011111001010110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8052E; }

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

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

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

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

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

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

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

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