#B1082E

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

Shades of Cardinal #B1082E

Tints of Cardinal #B1082E

Color information

#B1082E (or 0xB1082E) is unknown color: approx Cardinal. HEX triplet: B1, 08 and 2E. RGB value is (177,8,46). Sum of RGB (Red+Green+Blue) = 177+8+46=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B1082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1082E is #4EF7D1. Grayscale: #3E3E3E. Windows color (decimal): -5175250 or 3016881. OLE color: 3016881.

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

Color convert

RGB177846-
CMYK00.950.740.31
HSL346.51º91.35%36.27%-
HSV(B)346.51º95.48%69.41%-
XYZ18.719.723.47-
YUV62.86118.49209.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.62%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=76.62%
G=3.46%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17784600.950.740.31346.5191.3536.27
HexB182E05F4A1F15b5b24
Octal261105601371123753313344
Binary101100011000101110010111111001010111111010110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1082E; }

 p { color: rgb(177,8,46); }

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

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

 a { background-color: rgb(177,8,46); }

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

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

 span { border-color: rgb(177,8,46); }

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