Html Css Color HEX #BB213F Cardinal

📋 copy color: '#BB213F'

red 187 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #BB213F

Tints of Cardinal #BB213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 66.08%
G = 11.66%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB213F (or 0xBB213F) is known color: Cardinal. HEX triplet: BB, 21 and 3F. RGB value is (187,33,63). Sum of RGB (Red+Green+Blue) = 187+33+63=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB213F is #44DEC0. Grayscale: #525252. Windows color (decimal): -4513473 or 4137403. OLE color: 4137403.

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

Color convert

RGB 187 33 63 -
CMYK 0 0.82 0.66 0.27
HSL 348.31º 0.7% 0.43% -
HSV(B) 348.31º 0.82% 0.73% -
XYZ 21.93 12.01 5.86 -
YUV 82.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 187 33 63 0 0.82 0.66 0.27 348.31 0.7 0.43
Hex BB 21 3F 0 52 42 1B 15C 46 2B
Octal 273 41 77 0 122 102 33 534 106 53
Binary 10111011 100001 111111 0 1010010 1000010 11011 101011100 1000110 101011

Color Harmonies of #BB213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB213F

Black with #BB213F

Text Example


Text Example

White with #BB213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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