#b4103c

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

Shades of Cardinal #B4103C

Tints of Cardinal #B4103C

Color information

#B4103C (or 0xB4103C) is unknown color: approx Cardinal. HEX triplet: B4, 10 and 3C. RGB value is (180,16,60). Sum of RGB (Red+Green+Blue) = 180+16+60=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4103C is #4BEFC3. Grayscale: #464646. Windows color (decimal): -4976580 or 3936436. OLE color: 3936436.

HSL color Cylindrical-coordinate representation of color #B4103C: hue angle of 343.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4103C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1801660-
CMYK00.910.670.29
HSL343.9º83.67%38.43%-
HSV(B)343.9º91.11%70.59%-
XYZ19.8210.45.24-
YUV70.05122.33206.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.31%
GREEN value IS 16 (6.64% from 255) = 6.25%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=70.31%
G=6.25%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180166000.910.670.29343.983.6738.43
HexB4103C05B431D1585426
Octal264207401331033553012446
Binary1011010010000111100010110111000011111011010110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4103c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4103c; }

 p { color: rgb(180,16,60); }

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

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

 a { background-color: rgb(180,16,60); }

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

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

 span { border-color: rgb(180,16,60); }

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