#B7123D

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

Shades of Cardinal #B7123D

Tints of Cardinal #B7123D

Color information

#B7123D (or 0xB7123D) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 3D. RGB value is (183,18,61). Sum of RGB (Red+Green+Blue) = 183+18+61=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7123D is #48EDC2. Grayscale: #484848. Windows color (decimal): -4779459 or 4002487. OLE color: 4002487.

HSL color Cylindrical-coordinate representation of color #B7123D: hue angle of 344.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7123D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1831861-
CMYK00.900.670.28
HSL344.36º82.09%39.41%-
HSV(B)344.36º90.16%71.76%-
XYZ20.5910.845.42-
YUV72.24121.66207-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=69.85%
G=6.87%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183186100.900.670.28344.3682.0939.41
HexB7123D05A431C1585227
Octal267227501321033453012247
Binary1011011110010111101010110101000011111001010110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7123D; }

 p { color: rgb(183,18,61); }

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

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

 a { background-color: rgb(183,18,61); }

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

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

 span { border-color: rgb(183,18,61); }

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