#B71634

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

Shades of Cardinal #B71634

Tints of Cardinal #B71634

Color information

#B71634 (or 0xB71634) is unknown color: approx Cardinal. HEX triplet: B7, 16 and 34. RGB value is (183,22,52). Sum of RGB (Red+Green+Blue) = 183+22+52=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71634 is #48E9CB. Grayscale: #494949. Windows color (decimal): -4778444 or 3413687. OLE color: 3413687.

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

Color convert

RGB1832252-
CMYK00.880.720.28
HSL348.82º78.54%40.2%-
HSV(B)348.82º87.98%71.76%-
XYZ20.4410.894.27-
YUV73.56115.84206.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.21%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=71.21%
G=8.56%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183225200.880.720.28348.8278.5440.2
HexB71634058481C15d4f28
Octal267266401301103453511750
Binary1011011110110110100010110001001000111001010111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71634; }

 p { color: rgb(183,22,52); }

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

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

 a { background-color: rgb(183,22,52); }

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

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

 span { border-color: rgb(183,22,52); }

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