Html Css Color HEX #BB213A Cardinal

📋 copy color: '#BB213A'

red 187 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #BB213A

Tints of Cardinal #BB213A

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 value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB213A (or 0xBB213A) is known color: 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

RGB 187 33 58 -
CMYK 0 0.82 0.69 0.27
HSL 350.26º 0.7% 0.43% -
HSV(B) 350.26º 0.82% 0.73% -
XYZ 21.8 11.96 5.16 -
YUV 81.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 187 33 58 0 0.82 0.69 0.27 350.26 0.7 0.43
Hex BB 21 3A 0 52 45 1B 15E 46 2B
Octal 273 41 72 0 122 105 33 536 106 53
Binary 10111011 100001 111010 0 1010010 1000101 11011 101011110 1000110 101011

Color Harmonies of #BB213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB213A

Black with #BB213A

Text Example


Text Example

White with #BB213A

Text Example


Text Example

HTML Codes & Css Web 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>