#B71C2E

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

Shades of Cardinal #B71C2E

Tints of Cardinal #B71C2E

Color information

#B71C2E (or 0xB71C2E) is unknown color: approx Cardinal. HEX triplet: B7, 1C and 2E. RGB value is (183,28,46). Sum of RGB (Red+Green+Blue) = 183+28+46=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C2E is #48E3D1. Grayscale: #4C4C4C. Windows color (decimal): -4776914 or 3022007. OLE color: 3022007.

HSL color Cylindrical-coordinate representation of color #B71C2E: hue angle of 353.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C2E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1832846-
CMYK00.850.750.28
HSL353.03º73.46%41.37%-
HSV(B)353.03º84.7%71.76%-
XYZ20.4411.13.65-
YUV76.4110.85204.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.21%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=71.21%
G=10.89%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183284600.850.750.28353.0373.4641.37
HexB71C2E0554B1C1614929
Octal267345601251133454111151
Binary1011011111100101110010101011001011111001011000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71C2E; }

 p { color: rgb(183,28,46); }

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

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

 a { background-color: rgb(183,28,46); }

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

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

 span { border-color: rgb(183,28,46); }

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