#B30837

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

Shades of Cardinal #B30837

Tints of Cardinal #B30837

Color information

#B30837 (or 0xB30837) is unknown color: approx Cardinal. HEX triplet: B3, 08 and 37. RGB value is (179,8,55). Sum of RGB (Red+Green+Blue) = 179+8+55=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B30837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30837 is #4CF7C8. Grayscale: #404040. Windows color (decimal): -5044169 or 3606707. OLE color: 3606707.

HSL color Cylindrical-coordinate representation of color #B30837: hue angle of 343.51º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30837 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB179855-
CMYK00.960.690.30
HSL343.51º91.44%36.67%-
HSV(B)343.51º95.53%70.2%-
XYZ19.3710.034.53-
YUV64.49122.65209.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.97%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=73.97%
G=3.31%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17985500.960.690.30343.5191.4436.67
HexB3837060451E1585b25
Octal263106701401053653013345
Binary101100111000110111011000001000101111101010110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30837; }

 p { color: rgb(179,8,55); }

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

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

 a { background-color: rgb(179,8,55); }

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

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

 span { border-color: rgb(179,8,55); }

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