#B10038

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

Shades of Cardinal #B10038

Tints of Cardinal #B10038

Color information

#B10038 (or 0xB10038) is unknown color: approx Cardinal. HEX triplet: B1, 00 and 38. RGB value is (177,0,56). Sum of RGB (Red+Green+Blue) = 177+0+56=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10038 is #4EFFC7. Grayscale: #3B3B3B. Windows color (decimal): -5177288 or 3670193. OLE color: 3670193.

HSL color Cylindrical-coordinate representation of color #B10038: hue angle of 341.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10038 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB177056-
CMYK010.680.31
HSL341.02º100%34.71%-
HSV(B)341.02º100%69.41%-
XYZ18.859.634.61-
YUV59.31126.14211.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=75.97%
G=0%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177056010.680.31341.0210034.71
HexB1038064441F1556423
Octal26107001441043752514443
Binary101100010111000011001001000100111111010101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10038; }

 p { color: rgb(177,0,56); }

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

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

 a { background-color: rgb(177,0,56); }

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

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

 span { border-color: rgb(177,0,56); }

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