#B31630

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

Shades of Cardinal #B31630

Tints of Cardinal #B31630

Color information

#B31630 (or 0xB31630) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 30. RGB value is (179,22,48). Sum of RGB (Red+Green+Blue) = 179+22+48=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B31630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31630 is #4CE9CF. Grayscale: #474747. Windows color (decimal): -5040592 or 3151539. OLE color: 3151539.

HSL color Cylindrical-coordinate representation of color #B31630: hue angle of 350.06º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31630 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1792248-
CMYK00.880.730.30
HSL350.06º78.11%39.41%-
HSV(B)350.06º87.71%70.2%-
XYZ19.4110.373.78-
YUV71.91114.51204.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=71.89%
G=8.84%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179224800.880.730.30350.0678.1139.41
HexB31630058491E15e4e27
Octal263266001301113653611647
Binary1011001110110110000010110001001001111101010111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31630; }

 p { color: rgb(179,22,48); }

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

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

 a { background-color: rgb(179,22,48); }

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

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

 span { border-color: rgb(179,22,48); }

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