#B71E3A

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

Shades of Cardinal #B71E3A

Tints of Cardinal #B71E3A

Color information

#B71E3A (or 0xB71E3A) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 3A. RGB value is (183,30,58). Sum of RGB (Red+Green+Blue) = 183+30+58=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E3A is #48E1C5. Grayscale: #4E4E4E. Windows color (decimal): -4776390 or 3808951. OLE color: 3808951.

HSL color Cylindrical-coordinate representation of color #B71E3A: hue angle of 349.02º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E3A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1833058-
CMYK00.840.680.28
HSL349.02º71.83%41.76%-
HSV(B)349.02º83.61%71.76%-
XYZ20.7611.35.09-
YUV78.94116.19202.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=67.53%
G=11.07%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183305800.840.680.28349.0271.8341.76
HexB71E3A054441C15d482a
Octal267367201241043453511052
Binary1011011111110111010010101001000100111001010111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E3A; }

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

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

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

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

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

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

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

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