#B7102B

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

Shades of Cardinal #B7102B

Tints of Cardinal #B7102B

Color information

#B7102B (or 0xB7102B) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 2B. RGB value is (183,16,43). Sum of RGB (Red+Green+Blue) = 183+16+43=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B7102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7102B is #48EFD4. Grayscale: #454545. Windows color (decimal): -4779989 or 2822327. OLE color: 2822327.

HSL color Cylindrical-coordinate representation of color #B7102B: hue angle of 350.3º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7102B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1831643-
CMYK00.910.770.28
HSL350.3º83.92%39.02%-
HSV(B)350.3º91.26%71.76%-
XYZ20.1510.613.27-
YUV69.01113.33209.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.62%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=75.62%
G=6.61%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183164300.910.770.28350.383.9239.02
HexB7102B05B4D1C15e5427
Octal267205301331153453612447
Binary1011011110000101011010110111001101111001010111101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7102B; }

 p { color: rgb(183,16,43); }

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

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

 a { background-color: rgb(183,16,43); }

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

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

 span { border-color: rgb(183,16,43); }

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