#B10B3A

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

Shades of Cardinal #B10B3A

Tints of Cardinal #B10B3A

Color information

#B10B3A (or 0xB10B3A) is unknown color: approx Cardinal. HEX triplet: B1, 0B and 3A. RGB value is (177,11,58). Sum of RGB (Red+Green+Blue) = 177+11+58=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B3A is #4EF4C5. Grayscale: #414141. Windows color (decimal): -5174470 or 3804081. OLE color: 3804081.

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

Color convert

RGB1771158-
CMYK00.940.670.31
HSL343.01º88.3%36.86%-
HSV(B)343.01º93.79%69.41%-
XYZ19.019.894.91-
YUV65.99123.5207.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.95%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=71.95%
G=4.47%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177115800.940.670.31343.0188.336.86
HexB1B3A05E431F1575825
Octal261137201361033752713045
Binary101100011011111010010111101000011111111010101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B3A; }

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

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

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

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

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

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

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

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