#B71C35

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

Shades of Cardinal #B71C35

Tints of Cardinal #B71C35

Color information

#B71C35 (or 0xB71C35) is unknown color: approx Cardinal. HEX triplet: B7, 1C and 35. RGB value is (183,28,53). Sum of RGB (Red+Green+Blue) = 183+28+53=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C35 is #48E3CA. Grayscale: #4D4D4D. Windows color (decimal): -4776907 or 3480759. OLE color: 3480759.

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

Color convert

RGB1832853-
CMYK00.850.710.28
HSL350.32º73.46%41.37%-
HSV(B)350.32º84.7%71.76%-
XYZ20.5911.154.44-
YUV77.19114.35203.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.32%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=69.32%
G=10.61%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183285300.850.710.28350.3273.4641.37
HexB71C35055471C15e4929
Octal267346501251073453611151
Binary1011011111100110101010101011000111111001010111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71C35; }

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

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

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

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

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

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

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

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