#B30643

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

Shades of Cardinal #B30643

Tints of Cardinal #B30643

Color information

#B30643 (or 0xB30643) is unknown color: approx Cardinal. HEX triplet: B3, 06 and 43. RGB value is (179,6,67). Sum of RGB (Red+Green+Blue) = 179+6+67=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30643 is #4CF9BC. Grayscale: #404040. Windows color (decimal): -5044669 or 4392627. OLE color: 4392627.

HSL color Cylindrical-coordinate representation of color #B30643: hue angle of 338.84º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30643 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB179667-
CMYK00.970.630.30
HSL338.84º93.51%36.27%-
HSV(B)338.84º96.65%70.2%-
XYZ19.6710.126.23-
YUV64.68129.31209.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=71.03%
G=2.38%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17966700.970.630.30338.8493.5136.27
HexB36430613F1E1535e24
Octal26361030141773652313644
Binary10110011110100001101100001111111111101010100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30643; }

 p { color: rgb(179,6,67); }

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

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

 a { background-color: rgb(179,6,67); }

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

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

 span { border-color: rgb(179,6,67); }

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