#B7102A

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

Shades of Cardinal #B7102A

Tints of Cardinal #B7102A

Color information

#B7102A (or 0xB7102A) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 2A. RGB value is (183,16,42). Sum of RGB (Red+Green+Blue) = 183+16+42=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B7102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7102A is #48EFD5. Grayscale: #444444. Windows color (decimal): -4779990 or 2756791. OLE color: 2756791.

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

Color convert

RGB1831642-
CMYK00.910.770.28
HSL350.66º83.92%39.02%-
HSV(B)350.66º91.26%71.76%-
XYZ20.1310.613.18-
YUV68.9112.83209.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.93%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=75.93%
G=6.64%
B=17.43%

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
Decimal183164200.910.770.28350.6683.9239.02
HexB7102A05B4D1C15f5427
Octal267205201331153453712447
Binary1011011110000101010010110111001101111001010111111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7102A; }

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

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

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

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

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

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

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

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