#B71633

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

Shades of Cardinal #B71633

Tints of Cardinal #B71633

Color information

#B71633 (or 0xB71633) is unknown color: approx Cardinal. HEX triplet: B7, 16 and 33. RGB value is (183,22,51). Sum of RGB (Red+Green+Blue) = 183+22+51=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71633 is #48E9CC. Grayscale: #494949. Windows color (decimal): -4778445 or 3348151. OLE color: 3348151.

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

Color convert

RGB1832251-
CMYK00.880.720.28
HSL349.19º78.54%40.2%-
HSV(B)349.19º87.98%71.76%-
XYZ20.4110.884.16-
YUV73.44115.34206.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.48%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=71.48%
G=8.59%
B=19.92%

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
Decimal183225100.880.720.28349.1978.5440.2
HexB71633058481C15d4f28
Octal267266301301103453511750
Binary1011011110110110011010110001001000111001010111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71633; }

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

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

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

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

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

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

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

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