Html Css Color HEX #BB213E Cardinal

📋 copy color: '#BB213E'

red 187 ◦ green 33 ◦ blue 62

#BB213E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB213E

Tints of Cardinal #BB213E

RGB

 RED value IS 187 (73.44% from 255) = 66.31%

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 66.31%
G = 11.7%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB213E (or 0xBB213E) is known color: Cardinal. HEX triplet: BB, 21 and 3E. RGB value is (187,33,62). Sum of RGB (Red+Green+Blue) = 187+33+62=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB213E is #44DEC1. Grayscale: #525252. Windows color (decimal): -4513474 or 4071867. OLE color: 4071867.

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

Color convert

RGB 187 33 62 -
CMYK 0 0.82 0.67 0.27
HSL 348.7º 0.7% 0.43% -
HSV(B) 348.7º 0.82% 0.73% -
XYZ 21.91 12 5.72 -
YUV 82.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 187 33 62 0 0.82 0.67 0.27 348.7 0.7 0.43
Hex BB 21 3E 0 52 43 1B 15D 46 2B
Octal 273 41 76 0 122 103 33 535 106 53
Binary 10111011 100001 111110 0 1010010 1000011 11011 101011101 1000110 101011

Color Harmonies of #BB213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB213E

Black with #BB213E

Text Example


Text Example

White with #BB213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB213E; }

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

 H1.HeaderClassName
 {
   color: #BB213E;
 }
 .AnyTagClassName
 {
   color: #BB213E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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