#B1052D

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

Shades of Cardinal #B1052D

Tints of Cardinal #B1052D

Color information

#B1052D (or 0xB1052D) is unknown color: approx Cardinal. HEX triplet: B1, 05 and 2D. RGB value is (177,5,45). Sum of RGB (Red+Green+Blue) = 177+5+45=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B1052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1052D is #4EFAD2. Grayscale: #3D3D3D. Windows color (decimal): -5176019 or 2950577. OLE color: 2950577.

HSL color Cylindrical-coordinate representation of color #B1052D: hue angle of 346.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1052D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB177545-
CMYK00.970.750.31
HSL346.05º94.51%35.69%-
HSV(B)346.05º97.18%69.41%-
XYZ18.669.653.36-
YUV60.99118.98210.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.97%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=77.97%
G=2.20%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17754500.970.750.31346.0594.5135.69
HexB152D0614B1F15a5f24
Octal26155501411133753213744
Binary10110001101101101011000011001011111111010110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1052D; }

 p { color: rgb(177,5,45); }

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

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

 a { background-color: rgb(177,5,45); }

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

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

 span { border-color: rgb(177,5,45); }

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