#B5073F

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

Shades of Cardinal #B5073F

Tints of Cardinal #B5073F

Color information

#B5073F (or 0xB5073F) is unknown color: approx Cardinal. HEX triplet: B5, 07 and 3F. RGB value is (181,7,63). Sum of RGB (Red+Green+Blue) = 181+7+63=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5073F is #4AF8C0. Grayscale: #414141. Windows color (decimal): -4913345 or 4130741. OLE color: 4130741.

HSL color Cylindrical-coordinate representation of color #B5073F: hue angle of 340.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5073F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB181763-
CMYK00.960.650.29
HSL340.69º92.55%36.86%-
HSV(B)340.69º96.13%70.98%-
XYZ20.0310.335.64-
YUV65.41126.65210.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.11%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 63 (25% from 255) = 25.10%
R=72.11%
G=2.79%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18176300.960.650.29340.6992.5536.86
HexB573F060411D1555d25
Octal26577701401013552513545
Binary10110101111111111011000001000001111011010101011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5073F; }

 p { color: rgb(181,7,63); }

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

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

 a { background-color: rgb(181,7,63); }

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

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

 span { border-color: rgb(181,7,63); }

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