#B9223A

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

Shades of Cardinal #B9223A

Tints of Cardinal #B9223A

Color information

#B9223A (or 0xB9223A) is unknown color: approx Cardinal. HEX triplet: B9, 22 and 3A. RGB value is (185,34,58). Sum of RGB (Red+Green+Blue) = 185+34+58=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9223A is #46DDC5. Grayscale: #515151. Windows color (decimal): -4644294 or 3809977. OLE color: 3809977.

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

Color convert

RGB1853458-
CMYK00.820.690.27
HSL350.46º68.95%42.94%-
HSV(B)350.46º81.62%72.55%-
XYZ21.3411.765.15-
YUV81.88114.53201.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.79%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=66.79%
G=12.27%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185345800.820.690.27350.4668.9542.94
HexB9223A052451B15e452b
Octal271427201221053353610553
Binary10111001100010111010010100101000101110111010111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9223A; }

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

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

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

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

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

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

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

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