Html Css Color HEX #BB023B Cardinal

📋 copy color: '#BB023B'

red 187 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #BB023B

Tints of Cardinal #BB023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 75.4%
G = 0.81%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB023B (or 0xBB023B) is known color: Cardinal. HEX triplet: BB, 02 and 3B. RGB value is (187,2,59). Sum of RGB (Red+Green+Blue) = 187+2+59=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB023B is #44FDC4. Grayscale: #3F3F3F. Windows color (decimal): -4521413 or 3867323. OLE color: 3867323.

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

Color convert

RGB 187 2 59 -
CMYK 0 0.99 0.68 0.27
HSL 341.51º 0.98% 0.37% -
HSV(B) 341.51º 0.99% 0.73% -
XYZ 21.3 10.92 5.12 -
YUV 63.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 187 2 59 0 0.99 0.68 0.27 341.51 0.98 0.37
Hex BB 2 3B 0 63 44 1B 156 62 25
Octal 273 2 73 0 143 104 33 526 142 45
Binary 10111011 10 111011 0 1100011 1000100 11011 101010110 1100010 100101

Color Harmonies of #BB023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB023B

Black with #BB023B

Text Example


Text Example

White with #BB023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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