#B7223F

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

Shades of Cardinal #B7223F

Tints of Cardinal #B7223F

Color information

#B7223F (or 0xB7223F) is unknown color: approx Cardinal. HEX triplet: B7, 22 and 3F. RGB value is (183,34,63). Sum of RGB (Red+Green+Blue) = 183+34+63=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7223F is #48DDC0. Grayscale: #515151. Windows color (decimal): -4775361 or 4137655. OLE color: 4137655.

HSL color Cylindrical-coordinate representation of color #B7223F: hue angle of 348.32º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7223F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1833463-
CMYK00.810.660.28
HSL348.32º68.66%42.55%-
HSV(B)348.32º81.42%71.76%-
XYZ2111.575.83-
YUV81.86117.36200.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.36%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 63 (25% from 255) = 22.5%
R=65.36%
G=12.14%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183346300.810.660.28348.3268.6642.55
HexB7223F051421C15c452b
Octal267427701211023453410553
Binary10110111100010111111010100011000010111001010111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7223F; }

 p { color: rgb(183,34,63); }

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

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

 a { background-color: rgb(183,34,63); }

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

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

 span { border-color: rgb(183,34,63); }

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