#B11F30

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

Shades of Cardinal #B11F30

Tints of Cardinal #B11F30

Color information

#B11F30 (or 0xB11F30) is unknown color: approx Cardinal. HEX triplet: B1, 1F and 30. RGB value is (177,31,48). Sum of RGB (Red+Green+Blue) = 177+31+48=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F30 is #4EE0CF. Grayscale: #4C4C4C. Windows color (decimal): -5169360 or 3153841. OLE color: 3153841.

HSL color Cylindrical-coordinate representation of color #B11F30: hue angle of 353.01º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F30 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1773148-
CMYK00.820.730.31
HSL353.01º70.19%40.78%-
HSV(B)353.01º82.49%69.41%-
XYZ19.1510.543.82-
YUV76.59111.87199.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.14%
GREEN value IS 31 (12.5% from 255) = 12.11%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=69.14%
G=12.11%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177314800.820.730.31353.0170.1940.78
HexB11F30052491F1614629
Octal261376001221113754110651
Binary1011000111111110000010100101001001111111011000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11F30; }

 p { color: rgb(177,31,48); }

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

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

 a { background-color: rgb(177,31,48); }

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

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

 span { border-color: rgb(177,31,48); }

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