#B91B38

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

Shades of Cardinal #B91B38

Tints of Cardinal #B91B38

Color information

#B91B38 (or 0xB91B38) is unknown color: approx Cardinal. HEX triplet: B9, 1B and 38. RGB value is (185,27,56). Sum of RGB (Red+Green+Blue) = 185+27+56=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B38 is #46E4C7. Grayscale: #4D4D4D. Windows color (decimal): -4646088 or 3677113. OLE color: 3677113.

HSL color Cylindrical-coordinate representation of color #B91B38: hue angle of 348.99º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B38 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1852756-
CMYK00.850.700.27
HSL348.99º74.53%41.57%-
HSV(B)348.99º85.41%72.55%-
XYZ21.1111.384.83-
YUV77.55115.85204.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.03%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=69.03%
G=10.07%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185275600.850.700.27348.9974.5341.57
HexB91B38055461B15d4b2a
Octal271337001251063353511352
Binary1011100111011111000010101011000110110111010111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91B38; }

 p { color: rgb(185,27,56); }

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

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

 a { background-color: rgb(185,27,56); }

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

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

 span { border-color: rgb(185,27,56); }

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