#B1083E

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

Shades of Cardinal #B1083E

Tints of Cardinal #B1083E

Color information

#B1083E (or 0xB1083E) is unknown color: approx Cardinal. HEX triplet: B1, 08 and 3E. RGB value is (177,8,62). Sum of RGB (Red+Green+Blue) = 177+8+62=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1083E is #4EF7C1. Grayscale: #404040. Windows color (decimal): -5175234 or 4065457. OLE color: 4065457.

HSL color Cylindrical-coordinate representation of color #B1083E: hue angle of 340.83º 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 #B1083E is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB177862-
CMYK00.950.650.31
HSL340.83º91.35%36.27%-
HSV(B)340.83º95.48%69.41%-
XYZ19.099.875.46-
YUV64.69126.49208.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=71.66%
G=3.24%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17786200.950.650.31340.8391.3536.27
HexB183E05F411F1555b24
Octal261107601371013752513344
Binary101100011000111110010111111000001111111010101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1083E; }

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

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

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

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

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

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

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

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