#B4123A

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

Shades of Cardinal #B4123A

Tints of Cardinal #B4123A

Color information

#B4123A (or 0xB4123A) is unknown color: approx Cardinal. HEX triplet: B4, 12 and 3A. RGB value is (180,18,58). Sum of RGB (Red+Green+Blue) = 180+18+58=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4123A is #4BEDC5. Grayscale: #474747. Windows color (decimal): -4976070 or 3805876. OLE color: 3805876.

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

Color convert

RGB1801858-
CMYK00.90.680.29
HSL345.19º81.82%38.82%-
HSV(B)345.19º90%70.59%-
XYZ19.810.444.97-
YUV71120.67205.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.31%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=70.31%
G=7.03%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180185800.90.680.29345.1981.8238.82
HexB4123A05A441D1595227
Octal264227201321043553112247
Binary1011010010010111010010110101000100111011010110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4123A; }

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

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

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

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

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

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

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

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