#B70243

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

Shades of Cardinal #B70243

Tints of Cardinal #B70243

Color information

#B70243 (or 0xB70243) is unknown color: approx Cardinal. HEX triplet: B7, 02 and 43. RGB value is (183,2,67). Sum of RGB (Red+Green+Blue) = 183+2+67=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B70243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70243 is #48FDBC. Grayscale: #3F3F3F. Windows color (decimal): -4783549 or 4391607. OLE color: 4391607.

HSL color Cylindrical-coordinate representation of color #B70243: hue angle of 338.45º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70243 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB183267-
CMYK00.990.630.28
HSL338.45º97.84%36.27%-
HSV(B)338.45º98.91%71.76%-
XYZ20.5610.526.26-
YUV63.53129.97213.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.62%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=72.62%
G=0.79%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18326700.990.630.28338.4597.8436.27
HexB72430633F1C1526224
Octal26721030143773452214244
Binary1011011110100001101100011111111111001010100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70243; }

 p { color: rgb(183,2,67); }

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

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

 a { background-color: rgb(183,2,67); }

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

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

 span { border-color: rgb(183,2,67); }

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