#B7102E

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

Shades of Cardinal #B7102E

Tints of Cardinal #B7102E

Color information

#B7102E (or 0xB7102E) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 2E. RGB value is (183,16,46). Sum of RGB (Red+Green+Blue) = 183+16+46=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7102E is #48EFD1. Grayscale: #454545. Windows color (decimal): -4779986 or 3018935. OLE color: 3018935.

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

Color convert

RGB1831646-
CMYK00.910.750.28
HSL349.22º83.92%39.02%-
HSV(B)349.22º91.26%71.76%-
XYZ20.2110.643.57-
YUV69.35114.83209.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=74.69%
G=6.53%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183164600.910.750.28349.2283.9239.02
HexB7102E05B4B1C15d5427
Octal267205601331133453512447
Binary1011011110000101110010110111001011111001010111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7102E; }

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

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

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

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

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

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

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

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