#B10D40

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

Shades of Cardinal #B10D40

Tints of Cardinal #B10D40

Color information

#B10D40 (or 0xB10D40) is unknown color: approx Cardinal. HEX triplet: B1, 0D and 40. RGB value is (177,13,64). Sum of RGB (Red+Green+Blue) = 177+13+64=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D40 is #4EF2BF. Grayscale: #434343. Windows color (decimal): -5173952 or 4197809. OLE color: 4197809.

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

Color convert

RGB1771364-
CMYK00.930.640.31
HSL341.34º86.32%37.25%-
HSV(B)341.34º92.66%69.41%-
XYZ19.210.015.77-
YUV67.85125.83205.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=69.69%
G=5.12%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177136400.930.640.31341.3486.3237.25
HexB1D4005D401F1555625
Octal2611510001351003752512645
Binary1011000111011000000010111011000000111111010101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D40; }

 p { color: rgb(177,13,64); }

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

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

 a { background-color: rgb(177,13,64); }

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

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

 span { border-color: rgb(177,13,64); }

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