#B9273A

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

Shades of Cardinal #B9273A

Tints of Cardinal #B9273A

Color information

#B9273A (or 0xB9273A) is unknown color: approx Cardinal. HEX triplet: B9, 27 and 3A. RGB value is (185,39,58). Sum of RGB (Red+Green+Blue) = 185+39+58=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9273A is #46D8C5. Grayscale: #545454. Windows color (decimal): -4643014 or 3811257. OLE color: 3811257.

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

Color convert

RGB1853958-
CMYK00.790.690.27
HSL352.19º65.18%43.92%-
HSV(B)352.19º78.92%72.55%-
XYZ21.512.075.2-
YUV84.82112.87199.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.60%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=65.60%
G=13.83%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185395800.790.690.27352.1965.1843.92
HexB9273A04F451B160412c
Octal271477201171053354010154
Binary10111001100111111010010011111000101110111011000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9273A; }

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

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

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

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

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

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

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

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