Html Css Color HEX #BB023A Cardinal

📋 copy color: '#BB023A'

red 187 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #BB023A

Tints of Cardinal #BB023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 75.71%
G = 0.81%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB023A (or 0xBB023A) is known color: Cardinal. HEX triplet: BB, 02 and 3A. RGB value is (187,2,58). Sum of RGB (Red+Green+Blue) = 187+2+58=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB023A is #44FDC5. Grayscale: #3F3F3F. Windows color (decimal): -4521414 or 3801787. OLE color: 3801787.

HSL color Cylindrical-coordinate representation of color #BB023A: hue angle of 341.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB023A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 58 -
CMYK 0 0.99 0.69 0.27
HSL 341.84º 0.98% 0.37% -
HSV(B) 341.84º 0.99% 0.73% -
XYZ 21.28 10.91 4.99 -
YUV 63.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 187 2 58 0 0.99 0.69 0.27 341.84 0.98 0.37
Hex BB 2 3A 0 63 45 1B 156 62 25
Octal 273 2 72 0 143 105 33 526 142 45
Binary 10111011 10 111010 0 1100011 1000101 11011 101010110 1100010 100101

Color Harmonies of #BB023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB023A

Black with #BB023A

Text Example


Text Example

White with #BB023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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