#B71742

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

Shades of Cardinal #B71742

Tints of Cardinal #B71742

Color information

#B71742 (or 0xB71742) is unknown color: approx Cardinal. HEX triplet: B7, 17 and 42. RGB value is (183,23,66). Sum of RGB (Red+Green+Blue) = 183+23+66=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B71742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71742 is #48E8BD. Grayscale: #4B4B4B. Windows color (decimal): -4778174 or 4331447. OLE color: 4331447.

HSL color Cylindrical-coordinate representation of color #B71742: hue angle of 343.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71742 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1832366-
CMYK00.870.640.28
HSL343.88º77.67%40.39%-
HSV(B)343.88º87.43%71.76%-
XYZ20.8211.076.19-
YUV75.74122.51204.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.28%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=67.28%
G=8.46%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183236600.870.640.28343.8877.6740.39
HexB71742057401C1584e28
Octal2672710201271003453011650
Binary10110111101111000010010101111000000111001010110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71742; }

 p { color: rgb(183,23,66); }

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

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

 a { background-color: rgb(183,23,66); }

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

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

 span { border-color: rgb(183,23,66); }

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