Html Css Color HEX #BB2043 Cardinal

📋 copy color: '#BB2043'

red 187 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #BB2043

Tints of Cardinal #BB2043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 65.38%
G = 11.19%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB2043 (or 0xBB2043) is known color: Cardinal. HEX triplet: BB, 20 and 43. RGB value is (187,32,67). Sum of RGB (Red+Green+Blue) = 187+32+67=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2043 is #44DFBC. Grayscale: #525252. Windows color (decimal): -4513725 or 4399291. OLE color: 4399291.

HSL color Cylindrical-coordinate representation of color #BB2043: hue angle of 346.45º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2043 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 67 -
CMYK 0 0.83 0.64 0.27
HSL 346.45º 0.71% 0.43% -
HSV(B) 346.45º 0.83% 0.73% -
XYZ 22.02 12 6.47 -
YUV 82.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 187 32 67 0 0.83 0.64 0.27 346.45 0.71 0.43
Hex BB 20 43 0 53 40 1B 15A 47 2B
Octal 273 40 103 0 123 100 33 532 107 53
Binary 10111011 100000 1000011 0 1010011 1000000 11011 101011010 1000111 101011

Color Harmonies of #BB2043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2043

Black with #BB2043

Text Example


Text Example

White with #BB2043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2043; }

 p { color: rgb(187,32,67); }

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

background-color css

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

 a { background-color: rgb(187,32,67); }

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

border-color css

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

 span { border-color: rgb(187,32,67); }

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