#B71630

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

Shades of Cardinal #B71630

Tints of Cardinal #B71630

Color information

#B71630 (or 0xB71630) is unknown color: approx Cardinal. HEX triplet: B7, 16 and 30. RGB value is (183,22,48). Sum of RGB (Red+Green+Blue) = 183+22+48=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B71630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71630 is #48E9CF. Grayscale: #494949. Windows color (decimal): -4778448 or 3151543. OLE color: 3151543.

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

Color convert

RGB1832248-
CMYK00.880.740.28
HSL350.31º78.54%40.2%-
HSV(B)350.31º87.98%71.76%-
XYZ20.3510.853.82-
YUV73.1113.84206.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.33%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=72.33%
G=8.70%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183224800.880.740.28350.3178.5440.2
HexB716300584A1C15e4f28
Octal267266001301123453611750
Binary1011011110110110000010110001001010111001010111101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71630; }

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

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

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

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

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

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

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

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