#B7183E

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

Shades of Cardinal #B7183E

Tints of Cardinal #B7183E

Color information

#B7183E (or 0xB7183E) is unknown color: approx Cardinal. HEX triplet: B7, 18 and 3E. RGB value is (183,24,62). Sum of RGB (Red+Green+Blue) = 183+24+62=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B7183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7183E is #48E7C1. Grayscale: #4B4B4B. Windows color (decimal): -4777922 or 4069559. OLE color: 4069559.

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

Color convert

RGB1832462-
CMYK00.870.660.28
HSL345.66º76.81%40.59%-
HSV(B)345.66º86.89%71.76%-
XYZ20.7211.075.6-
YUV75.87120.18204.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.03%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=68.03%
G=8.92%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183246200.870.660.28345.6676.8140.59
HexB7183E057421C15a4d29
Octal267307601271023453211551
Binary1011011111000111110010101111000010111001010110101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7183E; }

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

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

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

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

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

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

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

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