#B7182E

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

Shades of Cardinal #B7182E

Tints of Cardinal #B7182E

Color information

#B7182E (or 0xB7182E) is unknown color: approx Cardinal. HEX triplet: B7, 18 and 2E. RGB value is (183,24,46). Sum of RGB (Red+Green+Blue) = 183+24+46=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B7182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7182E is #48E7D1. Grayscale: #4A4A4A. Windows color (decimal): -4777938 or 3020983. OLE color: 3020983.

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

Color convert

RGB1832446-
CMYK00.870.750.28
HSL351.7º76.81%40.59%-
HSV(B)351.7º86.89%71.76%-
XYZ20.3510.923.62-
YUV74.05112.18205.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.33%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=72.33%
G=9.49%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183244600.870.750.28351.776.8140.59
HexB7182E0574B1C1604d29
Octal267305601271133454011551
Binary1011011111000101110010101111001011111001011000001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7182E; }

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

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

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

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

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

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

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

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