#B7123A

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

Shades of Cardinal #B7123A

Tints of Cardinal #B7123A

Color information

#B7123A (or 0xB7123A) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 3A. RGB value is (183,18,58). Sum of RGB (Red+Green+Blue) = 183+18+58=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7123A is #48EDC5. Grayscale: #474747. Windows color (decimal): -4779462 or 3805879. OLE color: 3805879.

HSL color Cylindrical-coordinate representation of color #B7123A: hue angle of 345.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7123A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1831858-
CMYK00.900.680.28
HSL345.45º82.09%39.41%-
HSV(B)345.45º90.16%71.76%-
XYZ20.5110.815.01-
YUV71.9120.16207.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.66%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=70.66%
G=6.95%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183185800.900.680.28345.4582.0939.41
HexB7123A05A441C1595227
Octal267227201321043453112247
Binary1011011110010111010010110101000100111001010110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7123A; }

 p { color: rgb(183,18,58); }

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

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

 a { background-color: rgb(183,18,58); }

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

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

 span { border-color: rgb(183,18,58); }

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