#B7273A

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

Shades of Cardinal #B7273A

Tints of Cardinal #B7273A

Color information

#B7273A (or 0xB7273A) is unknown color: approx Cardinal. HEX triplet: B7, 27 and 3A. RGB value is (183,39,58). Sum of RGB (Red+Green+Blue) = 183+39+58=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7273A is #48D8C5. Grayscale: #545454. Windows color (decimal): -4774086 or 3811255. OLE color: 3811255.

HSL color Cylindrical-coordinate representation of color #B7273A: hue angle of 352.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7273A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1833958-
CMYK00.790.680.28
HSL352.08º64.86%43.53%-
HSV(B)352.08º78.69%71.76%-
XYZ21.0211.825.18-
YUV84.22113.21198.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.36%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=65.36%
G=13.93%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183395800.790.680.28352.0864.8643.53
HexB7273A04F441C160412c
Octal267477201171043454010154
Binary10110111100111111010010011111000100111001011000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7273A; }

 p { color: rgb(183,39,58); }

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

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

 a { background-color: rgb(183,39,58); }

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

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

 span { border-color: rgb(183,39,58); }

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