#B8213A

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

Shades of Cardinal #B8213A

Tints of Cardinal #B8213A

Color information

#B8213A (or 0xB8213A) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 3A. RGB value is (184,33,58). Sum of RGB (Red+Green+Blue) = 184+33+58=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8213A is #47DEC5. Grayscale: #515151. Windows color (decimal): -4710086 or 3809720. OLE color: 3809720.

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

Color convert

RGB1843358-
CMYK00.820.680.28
HSL350.07º69.59%42.55%-
HSV(B)350.07º82.07%72.16%-
XYZ21.0711.585.13-
YUV81115.03201.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=66.91%
G=12%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184335800.820.680.28350.0769.5942.55
HexB8213A052441C15e462b
Octal270417201221043453610653
Binary10111000100001111010010100101000100111001010111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8213A; }

 p { color: rgb(184,33,58); }

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

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

 a { background-color: rgb(184,33,58); }

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

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

 span { border-color: rgb(184,33,58); }

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