#B7013B

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

Shades of Cardinal #B7013B

Tints of Cardinal #B7013B

Color information

#B7013B (or 0xB7013B) is unknown color: approx Cardinal. HEX triplet: B7, 01 and 3B. RGB value is (183,1,59). Sum of RGB (Red+Green+Blue) = 183+1+59=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013B is #48FEC4. Grayscale: #3D3D3D. Windows color (decimal): -4783813 or 3867063. OLE color: 3867063.

HSL color Cylindrical-coordinate representation of color #B7013B: hue angle of 340.88º degrees, saturation: 0.99, 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 #B7013B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB183159-
CMYK00.990.680.28
HSL340.88º98.91%36.08%-
HSV(B)340.88º99.45%71.76%-
XYZ20.3310.45.07-
YUV62.03126.3214.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.31%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=75.31%
G=0.41%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315900.990.680.28340.8898.9136.08
HexB713B063441C1556324
Octal26717301431043452514344
Binary101101111111011011000111000100111001010101011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7013B; }

 p { color: rgb(183,1,59); }

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

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

 a { background-color: rgb(183,1,59); }

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

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

 span { border-color: rgb(183,1,59); }

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