#B1103A

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

Shades of Cardinal #B1103A

Tints of Cardinal #B1103A

Color information

#B1103A (or 0xB1103A) is unknown color: approx Cardinal. HEX triplet: B1, 10 and 3A. RGB value is (177,16,58). Sum of RGB (Red+Green+Blue) = 177+16+58=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B1103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1103A is #4EEFC5. Grayscale: #444444. Windows color (decimal): -5173190 or 3805361. OLE color: 3805361.

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

Color convert

RGB1771658-
CMYK00.910.670.31
HSL344.35º83.42%37.84%-
HSV(B)344.35º90.96%69.41%-
XYZ19.0810.024.93-
YUV68.93121.84205.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.52%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=70.52%
G=6.37%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177165800.910.670.31344.3583.4237.84
HexB1103A05B431F1585326
Octal261207201331033753012346
Binary1011000110000111010010110111000011111111010110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1103A; }

 p { color: rgb(177,16,58); }

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

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

 a { background-color: rgb(177,16,58); }

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

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

 span { border-color: rgb(177,16,58); }

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