#B7013A

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

Shades of Cardinal #B7013A

Tints of Cardinal #B7013A

Color information

#B7013A (or 0xB7013A) is unknown color: approx Cardinal. HEX triplet: B7, 01 and 3A. RGB value is (183,1,58). Sum of RGB (Red+Green+Blue) = 183+1+58=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013A is #48FEC5. Grayscale: #3D3D3D. Windows color (decimal): -4783814 or 3801527. OLE color: 3801527.

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

Color convert

RGB183158-
CMYK00.990.680.28
HSL341.21º98.91%36.08%-
HSV(B)341.21º99.45%71.76%-
XYZ20.310.394.94-
YUV61.92125.8214.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.62%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=75.62%
G=0.41%
B=23.97%

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
Decimal18315800.990.680.28341.2198.9136.08
HexB713A063441C1556324
Octal26717201431043452514344
Binary101101111111010011000111000100111001010101011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7013A; }

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

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

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

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

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

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

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

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