#BB213A

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

Shades of Cardinal #BB213A

Tints of Cardinal #BB213A

Color information

#BB213A (or 0xBB213A) is unknown color: approx Cardinal. HEX triplet: BB, 21 and 3A. RGB value is (187,33,58). Sum of RGB (Red+Green+Blue) = 187+33+58=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB213A is #44DEC5. Grayscale: #515151. Windows color (decimal): -4513478 or 3809723. OLE color: 3809723.

HSL color Cylindrical-coordinate representation of color #BB213A: hue angle of 350.26º degrees, saturation: 0.7, 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 #BB213A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1873358-
CMYK00.820.690.27
HSL350.26º70%43.14%-
HSV(B)350.26º82.35%73.33%-
XYZ21.811.965.16-
YUV81.9114.52202.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.27%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=67.27%
G=11.87%
B=20.86%

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
Decimal187335800.820.690.27350.267043.14
HexBB213A052451B15e462b
Octal273417201221053353610653
Binary10111011100001111010010100101000101110111010111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB213A; }

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

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

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

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

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

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

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

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