#B30E29

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

Shades of Cardinal #B30E29

Tints of Cardinal #B30E29

Color information

#B30E29 (or 0xB30E29) is unknown color: approx Cardinal. HEX triplet: B3, 0E and 29. RGB value is (179,14,41). Sum of RGB (Red+Green+Blue) = 179+14+41=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E29 is #4CF1D6. Grayscale: #424242. Windows color (decimal): -5042647 or 2690739. OLE color: 2690739.

HSL color Cylindrical-coordinate representation of color #B30E29: hue angle of 350.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E29 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1791441-
CMYK00.920.770.30
HSL350.18º85.49%37.84%-
HSV(B)350.18º92.18%70.2%-
XYZ19.1510.063.03-
YUV66.41113.66208.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.50%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=76.50%
G=5.98%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179144100.920.770.30350.1885.4937.84
HexB3E2905C4D1E15e5526
Octal263165101341153653612546
Binary101100111110101001010111001001101111101010111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E29; }

 p { color: rgb(179,14,41); }

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

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

 a { background-color: rgb(179,14,41); }

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

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

 span { border-color: rgb(179,14,41); }

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